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": "Kick VOD Downloader",
"version": "1.14",
"description": "View and rewind Kick livstreams and download VODs",
"content_scripts": [
{
"matches": [
"https:\/\/kick.com\/*"
],
"js": [
"utilities.js",
"icons.js",
"hls.js",
"domUtils.js",
"css.js",
"apicalls.js",
"uiCreation.js"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"https:\/\/kick.com\/*",
"https:\/\/www.kick.com\/*",
"https:\/\/stream.kick.com\/*",
"https:\/\/search.kick.com\/*",
"https:\/\/www.gstatic.com\/*"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}