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, "version": "2.0.0", "name": "\u4e09\u8d5e-\u6296\u97f3\u76f4\u64ad\u589e\u5f3a\u52a9\u624b", "description": "\u653e\u5927\u76f4\u64ad\u753b\u9762\u3001\u81ea\u52a8\u70b9\u8d5e\u3001\u81ea\u52a8\u53d1\u8a00\u3001\u76f4\u64ad\u5f55\u5c4f\uff0c\u5168\u9762\u63d0\u5347\u4f60\u7684\u6296\u97f3\u76f4\u64ad\u4e92\u52a8\u4f53\u9a8c\u3002", "action": { "default_icon": { "32": "image\/128.png" } }, "side_panel": { "default_path": "src\/pages\/popup.html" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "*:\/\/*.douyin.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.douyin.com\/*" ], "js": [ "js\/douyin.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/inset.js" ], "matches": [ "*:\/\/*.douyin.com\/*" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" } }