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", "manifest_version": 3, "name": "__MSG_default_title__", "version": "1.0.9", "description": "__MSG_description__", "default_locale": "en", "action": { "default_icon": "static\/logo.png", "default_popup": "dist\/popup\/index.html" }, "background": { "service_worker": "dist\/background\/index.mjs" }, "icons": { "16": "static\/logo.png", "48": "static\/logo.png", "128": "static\/logo.png" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.ted.com\/*", "*:\/\/*.vkvideo.ru\/*", "*:\/\/*.vk.com\/*", "*:\/\/*.aitransdub.com\/*", "*:\/\/*.coursera.org\/*", "*:\/\/*.edx.org\/*", "*:\/\/*.deeplearning.ai\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.ted.com\/*", "*:\/\/*.vkvideo.ru\/*", "*:\/\/*.vk.com\/*", "*:\/\/*.aitransdub.com\/*", "*:\/\/*.coursera.org\/*", "*:\/\/*.edx.org\/*", "*:\/\/*.deeplearning.ai\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ], "css": [ "dist\/contentScripts\/style.css" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "\/static\/*" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.ted.com\/*", "*:\/\/*.vkvideo.ru\/*", "*:\/\/*.vk.com\/*", "*:\/\/*.aitransdub.com\/*", "*:\/\/*.coursera.org\/*", "*:\/\/*.edx.org\/*", "*:\/\/*.deeplearning.ai\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }