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",
"name": "DDM--\u6296\u97f3\u76f4\u64ad\u5f39\u5e55\u5bfc\u51fa\/\u5206\u6790",
"description": "\u6296\u97f3\u76f4\u64ad\u5f39\u5e55\u5bfc\u51fa\/\u5206\u6790(\u793c\u7269\u3001\u5f39\u5e55\u5173\u952e\u8bcd\uff0c\u7c89\u4e1d\u56e2\u4fe1\u606f)",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"host_permissions": [
"wss:\/\/*.douyin.com\/*",
"https:\/\/*.douyin.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/live.douyin.com\/*",
"*:\/\/www.douyin.com\/follow\/live\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"webRequest",
"scripting"
],
"action": {
"default_icon": {
"16": ".\/icons\/16.png",
"32": ".\/icons\/32.png",
"64": ".\/icons\/64.png"
},
"default_popup": "popup.html",
"default_title": "DDM--\u6296\u97f3\u76f4\u64ad\u5f39\u5e55\u5bfc\u51fa\/\u5206\u6790"
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}