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, "default_locale": "zh_CN", "name": "__MSG_extensionName__", "version": "0.1.2", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "activeTab" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34-1.png" }, "icons": { "128": "icon-128-1.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.zhipin.com\/*", "https:\/\/www.zhipin.com\/*" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1717471940500.chunk.css" ] }, { "matches": [ "http:\/\/www.zhipin.com\/*", "https:\/\/www.zhipin.com\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ] }, { "matches": [ "http:\/\/www.zhipin.com\/*", "https:\/\/www.zhipin.com\/*" ], "js": [ "src\/pages\/contentInjectedBeforeDocument\/index.js" ], "run_at": "document_start", "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128-1.png", "icon-34-1.png", "src\/pages\/contentInjected\/index.js", "src\/pages\/contentInjectedBeforeDocument\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ] }