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_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.4.6", "icons": { "16": "assets\/img\/icon280.png", "48": "assets\/img\/icon280.png", "128": "assets\/img\/icon280.png", "256": "assets\/img\/icon280.png" }, "action": { "default_popup": "frame\/popup.html", "default_icon": "assets\/img\/icon280.png", "default_title": "Translator" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "contextMenus", "storage", "tabs" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/lib\/purify.min.js", "js\/lib\/mustache.min.js", "js\/lib\/jquery-3.4.1.min.js", "js\/locales.js", "js\/env.js", "js\/piwik.js", "js\/cache.js", "js\/translateContent.js", "js\/translate.js", "js\/lib\/jquery-ui.min.js", "js\/lib\/jquery.btnswitch.js", "frame\/Scripts\/small-translate.js", "frame\/Scripts\/overlay.js", "frame\/Scripts\/cs.js", "js\/contentScript.js" ], "css": [ "assets\/styles\/share-modal.css", "assets\/styles\/main.css", "assets\/styles\/jquery.btnswitch.css", "assets\/css\/jquery-ui.min.css", "assets\/styles\/frame-main-small.css", "assets\/css\/frame-main.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/Images\/*.svg", "assets\/Images\/*.png", "assets\/Images\/*.gif", "assets\/Images\/flags\/*.png", "assets\/img\/icon280.png", "frame\/*.html", "frame\/*.html\/Scripts\/iframeResizer.contentWindow.min.js", "frame\/translate.html\/Scripts\/iframeResizer.contentWindow.min.js", "frame\/languages.json", "frame\/all_locales.json", "frame\/supported_languages.json" ], "matches": [ "<all_urls>" ] } ] }