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, "minimum_chrome_version": "88", "name": "__MSG_ext_name__", "version": "7.0.47", "ignore_whatnews": [ "7.0.47" ], "description": "__MSG_ext_description__", "default_locale": "en", "options_page": "src\/pages\/options\/index.html", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgl8emvaEzM+hMIPsN9DLG4Tc7L0VB235lK543yx5W5CspttgVVjvxfgAI+OMxrqhEJIG26SJ1nTHdSC3L3KICh5oY2i1RFBifnOxvp3DgaK3p2wcGNoQBqFl+HK0HoyGLCjKj+4afNHYDSlPvihuHPbCyUVSDyLZLbwJ3iWteBFAFD81VVTrcGn3p\/LRF6tO6hoT\/CKpNjGNqQblMFVksIiaX3Vhn+llvQwmgx4N+yuUxeFgvtifE7RIeIbPItbkpaBGODD727c3TqLGJfLYA3WvzO8SsGxdVd4hFbYXSXR7SyDABjjEZ0s6+lQt8y\/KZBLFB\/O9SpmG+a2UgKibyQIDAQAB", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "img\/logo\/[email protected]" }, "icons": { "16": "img\/logo\/icon.png", "48": "img\/logo\/[email protected]", "128": "img\/logo\/[email protected]" }, "commands": { "showAdv": { "suggested_key": "Alt+T", "description": "Open adv translate" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.udemy.com\/*", "*:\/\/www.coursera.org\/*", "*:\/\/www.youtube-nocookie.com\/*", "*:\/\/www.udemy.com\/*", "*:\/\/*.udemy.com\/*", "*:\/\/www.futurelearn.com\/*", "*:\/\/www.iq.com\/*", "*:\/\/wetv.vip\/*", "*:\/\/w.mgtv.com\/*", "*:\/\/www.viki.com\/*", "*:\/\/www.netflix.com\/*", "*:\/\/www.primevideo.com\/*", "*:\/\/watchandlearn.scholastic.com\/*", "https:\/\/smile.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/smile.amazon.it\/*", "https:\/\/www.amazon.it\/*" ], "exclude_globs": [ "*:\/\/www.youtube.com\/embed\/*controls=0&start=0&origin=*" ], "css": [ "assets\/css\/stylesVideo.chunk.css" ], "js": [ "src\/pages\/contentInjectVideo\/index.js" ], "all_frames": true }, { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "css": [ "css\/inject.css" ], "js": [ "src\/pages\/contentInject\/index.js" ] }, { "matches": [ "*:\/\/*\/*" ], "all_frames": false, "css": [ "assets\/css\/stylesCapture.chunk.css", "assets\/css\/stylesContentAdv.chunk.css" ], "run_at": "document_end", "js": [ "src\/pages\/contentInjectCaptureView\/index.js", "captureToText\/assets\/js\/material.min.js", "src\/pages\/contentInjectAiAdv\/index.js" ] } ], "permissions": [ "tabs", "storage", "tts", "contextMenus", "clipboardWrite", "unlimitedStorage", "notifications", "scripting", "offscreen" ], "optional_host_permissions": [], "optional_permissions": [ "declarativeNetRequest", "webNavigation", "clipboardRead", "cookies" ], "host_permissions": [ "https:\/\/translate.google.com\/*", "http:\/\/localhost:8765\/*", "*:\/\/*.nflximg.com\/*", "*:\/\/*.nflxvideo.net\/*", "*:\/\/*.nflxext.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.nflximg.net\/*", "*:\/\/api.ejoy.io\/*", "*:\/\/translate.google.com\/*", "*:\/\/api.urbandictionary.com\/*", "*:\/\/glosbe.com\/*", "*:\/\/api.ejoy.io\/*", "*:\/\/connect.ejoy.io\/*", "*:\/\/youtube.com\/*", "*:\/\/*\/*", "<all_urls>", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/text-to-speech-demo.ng.bluemix.net\/api\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/ejoy-english.com\/*", "*:\/\/phimlearning.com\/*", "*:\/\/glotdojo.com\/*", "*:\/\/*.ejoy.edu.vn\/*", "*:\/\/*.ejoy.ai\/*", "*:\/\/*.ejoylearning.com\/*", "*:\/\/*.ejoyspace.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "video\/*.js", "assets\/css\/*.css", "icons\/*", "\/html\/*", "\/css\/*", "\/img\/*", "\/lib\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }