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": "XTranslate", "description": "__MSG_short_description__", "version": "3.5.1", "manifest_version": 3, "default_locale": "en", "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "options.html?page=translate", "default_icon": { "19": "assets\/icons\/48.png", "38": "assets\/icons\/48.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+X" } } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "js": [ "user-script.js" ], "matches": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "*.*" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "permissions": [ "storage", "unlimitedStorage", "contextMenus", "activeTab", "tabs", "declarativeNetRequest" ] }