Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DeepSRT: Experience the Fastest YouTube Summaries and Live Captions in 2025",
"version": "1.5.5",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"sidePanel",
"tabs",
"scripting",
"storage",
"windows"
],
"minimum_chrome_version": "116",
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/deepsrt-proxy.edges.workers.dev\/*"
],
"optional_host_permissions": [
"https:\/\/*.workers.dev\/*"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidebar.html",
"open_panel_on_action_click": true
},
"action": {
"default_title": "YouTube Subtitles",
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png"
}
},
"web_accessible_resources": [
{
"resources": [
"lib\/*",
"store\/*",
"sidebar.js",
"content.js",
"node_modules\/redux\/es\/redux.js",
"node_modules\/webext-redux\/dist\/webext-redux.js",
"login.html",
"login.js",
"captions_interceptor_inject.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
},
{
"resources": [
"lib\/full.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
}