Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "description": "__MSG_extDescription__", "version": "4.3.3", "manifest_version": 3, "name": "__MSG_extName__", "options_page": "options.html", "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "\/assets\/img\/icon-48.png" }, "icons": { "128": "\/assets\/img\/icon-128.png" }, "permissions": [ "tabs", "storage", "declarativeNetRequestWithHostAccess", "contextMenus" ], "homepage_url": "https:\/\/www.zying.net", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.js" ], "css": [], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/*", "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }