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": "\u6296\u97f3\u89c6\u9891\u6587\u672c\u5bfc\u51faAI\u52a9\u624b", "description": "\u57fa\u4e8e\u8c46\u5305\u5927\u6a21\u578b\u53ca\u6263\u5b50\u667a\u80fd\u4f53\u83b7\u53d6\u6296\u97f3\u89c6\u9891\u5b57\u5e55\u548c\u6587\u672c", "version": "1.0.5", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/geckoinfo.cloud\/*", "https:\/\/api.coze.cn\/v3\/*", "https:\/\/*.douyin.com\/*", "https:\/\/*.douyinvod.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "*:\/\/*.douyin.com\/*" ] }, { "matches": [ "*:\/\/*.douyin.com\/*" ], "resources": [ "\/js\/bs.js" ] }, { "matches": [ "*:\/\/*.douyin.com\/*" ], "resources": [ "\/content-scripts\/content.css" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "*:\/\/*.douyin.com\/*" ] } ], "permissions": [ "cookies", "storage", "webRequest" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.douyin.com\/*" ], "run_at": "document_idle", "js": [ "content-scripts\/content.js" ] } ] }