Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translate.St \/ Translator & Dictionary", "description": "Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.", "version": "5.2.1", "manifest_version": 3, "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/48.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+D" } }, "translate": { "suggested_key": { "default": "Alt+W" }, "description": "Translate" } }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "img\/spin.gif", "img\/audio.svg", "logo\/48.png", "logo\/st.gif", "img\/setting.svg" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "Translate.St \/ Translator & Dictionary", "default_popup": "popup.html", "default_icon": "logo\/48.png" }, "options_page": "options.html", "permissions": [ "storage", "declarativeNetRequest", "notifications", "contextMenus" ], "host_permissions": [ "*:\/\/translate.google.com\/*", "*:\/\/translate.googleapis.com\/*", "*:\/\/st.me\/*", "*:\/\/*.st.me\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "netRules.json" } ] } }