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.3", "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" }, "permissions": [ "storage", "tabs", "activeTab", "scripting", "cookies" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/icon*.png", "static\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzsRBiwqyds1TVbEhLBqD1HSuvti37v6fBHAPeVwV0Rm8qOTNXUmdJGN3+kRjzVxfA0OEDzYVx2LHHsW7fXXtBRUlVXORCxxoqFnDOnIxxZDbf8zLl+DZKRqVMJLyJwPZuVwu\/s1xKo8wE4HN1sgnApn+C7Zot1VXmkH0yZtSJ\/humVAVipSClUs4p49ylc1lTsDiXzTwtCk\/LGM4az+z60kIiauBdbu\/L0OApXpywddUCMUgE5qdu78r\/q1GAsow8WRVvv8vzq159PQCJEN7I24\/iKAei7woxCBIw3Sf26\/BcPLAAYrRfmk5qKuatyBpCS0\/eeMw009fKcwMzIAH4QIDAQAB" }