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": "\u846b\u82a6 hulu - \u5e38\u7528\u5de5\u5177\u5305", "description": "\u8bcd\u5178\u3001\u5212\u8bcd\u7ffb\u8bd1\u3001\u4e8c\u7ef4\u7801\u3001\u6eda\u52a8\u622a\u5c4f\u3001\u62fe\u8272", "version": "1.1", "manifest_version": 2, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "images\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "dict.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/dict.youdao.com\/", "https:\/\/dsuggest.ydstatic.com\/" ] }