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 in 2025", "version": "1.0.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", "identity", "windows" ], "minimum_chrome_version": "116", "host_permissions": [ "*:\/\/*.youtube.com\/*", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*" ], "oauth2": { "client_id": "97560438297-0m0po611i0oubhu2av32j47g9kivhgir.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "background": { "service_worker": "background.js", "type": "module" }, "side_panel": { "default_path": "sidebar.html" }, "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\/index.js", "lib\/formatters.js", "sidebar.js", "content.js", "store\/index.js", "node_modules\/redux\/es\/redux.js", "node_modules\/webext-redux\/dist\/webext-redux.js", "login.html", "login.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "resources": [ "lib\/full.js" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "type": "module" } ] }