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": "__MSG_appName__", "version": "2.0.1", "default_locale": "en", "description": "__MSG_appDesc__", "action": { "default_popup": "index.html", "default_title": "YouTube Language Lock", "default_icon": { "128": "icons\/icon128.png" } }, "icons": { "128": "icons\/icon128.png" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "src\/content_youtube.js" ], "run_at": "document_idle" } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "force-audio-language": { "suggested_key": { "default": "Alt+A", "mac": "Alt+A" }, "description": "Force saved audio language" }, "force-caption-language": { "suggested_key": { "default": "Alt+C", "mac": "Alt+C" }, "description": "Force saved caption language" } } }