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", "manifest_version": 3, "version": "1.9.20", "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*\/*" ], "optional_permissions": [ "system.cpu", "system.memory", "bookmarks", "history", "favicon" ], "background": { "service_worker": "serviceworker.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "zh_CN", "name": "__MSG_extension_name__", "description": "__MSG_extension_des__", "action": { "default_title": "__MSG_extension_action__", "default_popup": "popup\/index.html", "default_icon": { "48": "icons\/icon_zh_action_48.png" } }, "icons": { "16": "icons\/icon_zh_16.png", "32": "icons\/icon_zh_32.png", "48": "icons\/icon_zh_48.png", "128": "icons\/icon_zh_128.png" } }