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": "1.0.2", "name": "\u5149\u94fe \u00b7 \u6296\u97f3\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d\u52a9\u624b", "description": "\u81ea\u52a8\u63d0\u53d6\u6296\u97f3\u89c6\u9891\u4e0e\u56fe\u6587\uff0c\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\u3001\u6761\u4ef6\u7b5b\u9009\u3001\u81ea\u5b9a\u4e49\u547d\u540d\u3001\u5b9a\u65f6\u4e0b\u8f7d\u7b49\uff0c\u9002\u5408\u5185\u5bb9\u91c7\u96c6\u4e0e\u6574\u7406\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", "downloads", "sidePanel" ], "host_permissions": [ "*:\/\/*.douyin.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.douyin.com\/*" ], "js": [ "js\/douyin.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/inset.js" ], "matches": [ "*:\/\/*.douyin.com\/*" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" } }