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": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"version": "1.0.2",
"manifest_version": 3,
"default_locale": "en",
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.snackvideo.com\/*",
"*:\/\/www.kwai.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.snackvideo.com\/*",
"*:\/\/www.kwai.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/pandahi.cc\/*",
"https:\/\/*.snackvideo.com\/*"
],
"permissions": [
"tabs",
"storage"
],
"action": {
"default_title": "Kwai\/SnackVideo Bulk Download",
"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:\/\/*.snackvideo.com\/*",
"*:\/\/www.kwai.com\/*"
],
"resources": [
"\/wm.js"
]
}
]
}