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": "\u5c0f\u7ea2\u65c5\u8ba1", "externally_connectable": { "matches": [ "https:\/\/*.aiyeshi.cn\/*", "http:\/\/*.aiyeshi.cn\/*", "*:\/\/localhost\/*" ] }, "version": "0.0.17", "description": "\u6536\u96c6\u5c0f\u7ea2\u4e66\u7684\u65c5\u6e38\u653b\u7565\uff0c\u5e76\u521b\u5efa\u751f\u6210\u81ea\u5b9a\u4e49\u65c5\u6e38\u653b\u7565\u7684\u5de5\u5177", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.xiaohongshu.com\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }