This extension can help hotbox.fun to get stream video download links.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Hotbox stream video downloader extension",
"description": "This extension can help hotbox.fun to get stream video download links.",
"version": "0.1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": {
"19": "icon.png",
"38": "icon.png"
},
"default_title": "Hotbox stream video downloader extension"
},
"permissions": [
"cookies",
"scripting"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "bg.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}