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", "description": "__MSG_extensionDescription__", "version": "0.0.1", "manifest_version": 3, "name": "__MSG_extensionName__", "default_locale": "zh_CN", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "\u70b9\u51fb\u6253\u5f00\u4fa7\u8fb9\u680f\u7ffb\u8bd1", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start" } ], "side_panel": { "default_path": "sidepanel.html", "openPanelOnActionClick": true }, "permissions": [ "sidePanel", "contextMenus", "windows", "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "settings.png" ], "matches": [ "<all_urls>" ] } ], "minimum_chrome_version": "114" }