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": "\u5feb8--\u5feb\u624b\u89c6\u9891\u4e0b\u8f7d\/\u6279\u91cf\u5904\u7406\u5de5\u5177",
"description": "\u5feb\u624b\u7f51\u9875\u7248,\u4e0b\u8f7d\u5355\u4e2a\u5feb\u624b\u89c6\u9891\uff1b\u6279\u91cf\u83b7\u53d6\u5feb\u624b\u89c6\u9891\uff1b\u535a\u4e3b\u89c6\u9891\u6279\u91cf\u5904\u7406",
"version": "1.0.6",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.kuaishou.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.kuaishou.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/geckoinfo.cloud\/*",
"https:\/\/*.kuaishou.com\/*",
"https:\/\/*.kwaicdn.com\/*"
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage"
],
"action": {
"default_title": "\u5feb8--\u5feb\u624b\u89c6\u9891\u4e0b\u8f7d\/\u6279\u91cf\u4e0b\u8f7d",
"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": [
{
"resources": [
"ij.js"
],
"matches": [
"*:\/\/*.kuaishou.com\/*"
]
}
]
}