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\u8349\u8393 - \u652f\u6301\u5c0f\u7ea2\u4e66\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d", "version": "1.0.20", "description": "\u5c0f\u8349\u8393----\u5c0f\u7ea2\u4e66\u91c7\u96c6\u5668\uff0c\u53ef\u5e2e\u52a9\u7528\u6237\u5feb\u901f\u91c7\u96c6\/\u4e0b\u8f7d\u56fe\u7247\u3001\u89c6\u9891\u548c\u97f3\u9891\u7b49\u591a\u79cd\u7c7b\u578b\u5185\u5bb9\uff0c\u5e76\u4fdd\u5b58\u4e3a markdown \u7eaf\u6587\u672c\u683c\u5f0f\uff0c\u65b9\u4fbf\u5feb\u6377\u3002", "author": "videohelper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.xiaohongshu.com\/*", "*:\/\/*.xiaoshujiang.com\/*" ], "action": { "default_title": "\u5c0f\u8349\u8393 - \u652f\u6301\u5c0f\u7ea2\u4e66\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d", "default_icon": "icons\/icon48.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "downloads", "scripting", "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "imgs\/*", "content\/*", "*.js", "*.css", "*.png", "*.webp", "*.ttf", "*.json", "*.html", "*.wasm" ], "matches": [ "*:\/\/*.xiaohongshu.com\/*", "*:\/\/*.xiaoshujiang.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.xiaoshujiang.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.xiaohongshu.com\/*" ], "css": [ "content\/index.css" ], "js": [ "content\/filesize.js", "content\/index.js" ], "run_at": "document_start" } ] }