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,
"version": "0.1.2",
"name": "Dumbload (Free Video Downloader)",
"description": "Download Videos & Music from Any Website",
"minimum_chrome_version": "100",
"author": "MF",
"action": {
"default_icon": {
"32": "assets\/icon\/32.png",
"48": "assets\/icon\/48.png",
"128": "assets\/icon\/128.png"
},
"default_popup": "presentation\/popup.html",
"default_title": "Dumbload"
},
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"icons": {
"32": "assets\/icon\/32.png",
"48": "assets\/icon\/48.png",
"128": "assets\/icon\/128.png"
},
"permissions": [
"activeTab",
"webRequest",
"scripting",
"declarativeNetRequest",
"storage",
"unlimitedStorage",
"downloads"
],
"host_permissions": [
"<all_urls>"
]
}