Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "YouCaption", "default_locale": "en", "version": "1.4.5", "manifest_version": 3, "author": "Mohamed Ibrahim", "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_title": "YouCaption" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/app.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }