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": "Ddict: AI Translation & Writing Assistant", "description": "Translate text and enhance writing with AI for seamless language learning and communication in your browser.", "version": "6.2.10", "manifest_version": 3, "icons": { "16": "logo\/icon16.png", "32": "logo\/icon32.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+D" } } }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ] } ], "action": { "default_title": "Ddict: Translate with AI", "default_popup": "popup.html", "default_icon": "logo\/icon128.png" }, "options_page": "options.html", "permissions": [ "storage", "declarativeNetRequest", "notifications", "contextMenus" ], "host_permissions": [ "*:\/\/translate.google.com\/*", "*:\/\/translate.googleapis.com\/*", "*:\/\/ddict.me\/*", "*:\/\/*.ddict.me\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "netRules.json" } ] } }