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": "\u6162\u811a - \u5feb\u624b\u89c6\u9891\u4e0b\u8f7d\u52a9\u624b",
"version": "0.1.1",
"description": "\u6162\u811a----\u5feb\u624b\u89c6\u9891\u4e00\u952e\u4e0b\u8f7d\uff0c\u652f\u6301\u6279\u91cf\u4fdd\u5b58\u3002",
"author": "videohelper",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"*:\/\/*.kuaishou.com\/*",
"*:\/\/*.xiaoshujiang.com\/*",
"*:\/\/*.ndcimgs.com\/*"
],
"action": {
"default_title": "\u6162\u811a - \u5feb\u624b\u89c6\u9891\u4e0b\u8f7d\u52a9\u624b",
"default_icon": "icons\/icon48.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"downloads",
"scripting",
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"imgs\/*",
"content\/*",
"*.js",
"*.css",
"*.png",
"*.webp",
"*.ttf",
"*.json",
"*.html",
"*.wasm"
],
"matches": [
"*:\/\/*.kuaishou.com\/*",
"*:\/\/*.xiaoshujiang.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.kuaishou.com\/*",
"*:\/\/*.xiaoshujiang.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.kuaishou.com\/*"
],
"js": [
"content\/main.js"
],
"world": "MAIN",
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.kuaishou.com\/*"
],
"css": [
"content\/index.css"
],
"js": [
"content\/filesize.js",
"content\/index.js"
],
"run_at": "document_start"
}
]
}