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, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "zh_CN", "version": "0.0.9", "action": { "default_icon": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "default_title": "" }, "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "static\/js\/document_start_content.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "static\/js\/background.js", "type": "module" }, "side_panel": { "default_path": "side_panel_favorite.html" }, "permissions": [ "storage", "tabs", "activeTab", "scripting", "cookies", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/icon*.png", "static\/*" ] } ] }