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": "YouTube Anti Translate", "author": "zpix1", "version": "1.19.11", "description": "A small extension to disable YouTube video titles\/audio\/descriptions autotranslation.", "manifest_version": 3, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "src\/global.js", "src\/content_injectglobal.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "src\/content_start.js", "src\/content_channelbranding.js" ] }, { "matches": [ "*:\/\/m.youtube.com\/*" ], "js": [ "src\/mobile-audio\/content_inject_mobile_audio.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "src\/global.js", "src\/background.js", "src\/background_audio.js", "src\/background_description.js", "src\/background_notifications.js", "src\/mobile-audio\/background_mobile_audio.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "action": { "default_popup": "pages\/popup.html" }, "options_ui": { "page": "pages\/popup.html", "open_in_tab": true }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "48": "icon48.png" } }