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": "Download Video",
"description": "Download Amazon videos or any videos streamed via HLS or DASH protocol that cannot be saved from a context menu with Save video as",
"version": "0.0.8",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": [],
"permissions": [
"scripting",
"activeTab",
"storage",
"offscreen",
"downloads"
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"content\/*",
"shared\/*",
"tunnel\/*",
"data\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"incognito": "split",
"optional_host_permissions": [
"https:\/\/*\/*"
]
}