Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 17, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TDK--\u6296\u97f3\/\u5feb\u624b\u89c6\u9891\u4e0a\u4f20TikTok",
"description": "\u65e0\u9700\u4e0b\u8f7d\u5230\u672c\u5730\uff0c\u7f51\u9875\u4e0a\u4e00\u952e\u4e0a\u4f20\u6296\u97f3\u89c6\u9891\u5230TikTok\u3001\u4e00\u952e\u4e0a\u4f20\u5feb\u624b\u89c6\u9891\u5230TikTok",
"version": "1.2.4",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.douyin.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.douyin.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.tiktok.com\/*"
],
"js": [
"cts.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/pandahi.cc\/tk\/*"
],
"js": [
"cas.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.kuaishou.com\/*"
],
"css": [
"\/styles\/cks.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.kuaishou.com\/*"
],
"js": [
"cks.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"js": [
"vendor\/ffmpeg.min.js",
"vendor\/ffmpeg-core.js"
]
}
],
"host_permissions": [
"https:\/\/geckoinfo.cloud\/*",
"https:\/\/*.douyin.com\/*",
"https:\/\/*.douyinvod.com\/*",
"https:\/\/*.tiktok.com\/*",
"https:\/\/*.amazonaws.com\/*",
"https:\/\/*.kuaishou.com\/*",
"https:\/\/*.kwaicdn.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules.json"
}
]
},
"permissions": [
"declarativeNetRequest",
"webRequest",
"tabs",
"alarms",
"storage",
"unlimitedStorage"
],
"action": {
"default_title": "TDK--\u6296\u97f3\/\u5feb\u624b\u89c6\u9891\u4e0a\u4f20TikTok",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.douyin.com\/*"
],
"resources": [
"\/js\/bs.js"
]
},
{
"resources": [
"vendor\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
}
}