Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subtitles For YouTube", "manifest_version": 2, "version": "9.9.22", "icons": { "128": "images\/icon.png" }, "description": "Use this extension to add subtitles available to user to any YouTube video", "permissions": [ "*:\/\/api.opensubtitles.org\/*", "https:\/\/www.amara.org\/*", "https:\/\/amara.org\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "open-subtitles.html", "subtitles-tab.html", "onboarding.html", "subtitles-modal.html", "images\/*.*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "js\/libs\/jquery-1.11.1.js", "js\/libs\/jquery-ui-1.10.3.custom.min.js", "js\/libs\/jquery.fileupload.js", "js\/libs\/jquery.iframe-transport.js", "js\/libs\/jszip.min.js", "js\/libs\/gunzip.min.js", "js\/bubbles-modified.js", "js\/OpenSubtitles.js", "js\/ExternalSubtitles.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/style.css" ] } ], "background": { "scripts": [ "js\/libs\/jquery-1.11.1.js", "js\/libs\/jquery.xmlrpc.js", "js\/ga.js", "js\/OpenSubtitles.js", "js\/Amara.js", "js\/background.js" ], "persistent": false } }