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", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/translate.google.com\/*" ], "js": [ "scripts\/jquery.js", "scripts\/globalHelpers\/translateHelper.js", "scripts\/globalHelpers\/audioHelper.js", "scripts\/globalHelpers\/langHelper.js", "scripts\/content.js" ], "css": [ "styles\/content.css", "styles\/allPage.css" ], "matches": [ "<all_urls>" ] }, { "all_frames": true, "js": [ "scripts\/jquery.js", "scripts\/globalHelpers\/wholePageTranslateHelper.js" ], "css": [ "styles\/content.css", "styles\/allPage.css" ], "matches": [ "*:\/\/*.translate.goog\/*" ] } ], "action": { "default_icon": "images\/128.png", "default_title": "Translator", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 3, "name": "__MSG_name__", "options_page": "html\/settings.html", "permissions": [ "contextMenus", "storage", "tabs", "system.display", "declarativeNetRequest", "activeTab" ], "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "short_name": "Translator", "version": "1.7", "web_accessible_resources": [ { "resources": [ "scripts\/*", "images\/*", "styles\/*", "fonts\/*" ], "matches": [ "<all_urls>" ] } ] }