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": "\u963f\u6296-\u6296\u97f3\u89c6\u9891\u91c7\u96c6\u52a9\u624b",
"version": "1.4.1",
"description": "\u6296\u97f3\u7f51\u9875\u7248\u89c6\u9891\u4e0b\u8f7d\u3002\u9875\u9762\u89c6\u9891\u4e0b\u8f7d\uff0c\u64ad\u653e\u8bb0\u5f55\u6279\u91cf\u4e0b\u8f7d\uff0c\u6211\u559c\u6b22\u7684\u89c6\u9891\u4e00\u952e\u4e0b\u8f7d\uff0c\u535a\u4e3b\u6240\u6709\u89c6\u9891\u4e00\u952e\u4e0b\u8f7d",
"author": "videohelper",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"*:\/\/*.douyin.com\/*",
"*:\/\/*.xiaoshujiang.com\/*",
"*:\/\/*.douyinstatic.com\/*",
"*:\/\/*.douyinvod.com\/*",
"*:\/\/*.douyinpic.com\/*"
],
"action": {
"default_title": "\u963f\u6296-\u6296\u97f3\u89c6\u9891\u91c7\u96c6\u52a9\u624b",
"default_icon": "icons\/icon48.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"options_page": "setting.html",
"permissions": [
"downloads",
"scripting",
"activeTab",
"storage",
"declarativeNetRequest"
],
"optional_host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"imgs\/*",
"content\/*",
"*.js",
"*.css",
"*.png",
"*.webp",
"*.ttf",
"*.json",
"*.html",
"*.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.douyin.com\/*"
],
"css": [
"content\/index.css"
],
"js": [
"content\/filesize.js",
"content\/index.js"
],
"run_at": "document_start"
}
]
}