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": "CvMax\u7f51\u7533\u52a9\u624b - autofill", "description": "\u667a\u80fd\u7b80\u5386\u8868\u5355\u81ea\u52a8\u586b\u5199\u5de5\u5177\uff0c\u4e00\u952e\u5b8c\u6210\u6c42\u804c\u7f51\u7ad9\u7b80\u5386\u4fe1\u606f\u5f55\u5165\uff0c\u63d0\u5347\u6c42\u804c\u6548\u7387", "version": "1.2.0", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" } }, "permissions": [ "tabs", "storage", "webNavigation", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "html\/*.html", "css\/*.css", "image\/*", "js\/*.js" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content-bundle.js" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background-token.js", "type": "module" }, "host_permissions": [ "https:\/\/autofill.xx.work\/*", "https:\/\/base.cvmax.cn\/*", "https:\/\/dev.cvmax.cn\/*", "https:\/\/cvmax.cn\/*", "file:\/\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/autofill.xx.work\/*", "https:\/\/base.cvmax.cn\/*", "https:\/\/dev.cvmax.cn\/*", "https:\/\/cvmax.cn\/*", "http:\/\/localhost:*\/*", "http:\/\/127.0.0.1:*\/*" ] } }