Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "M3U8 Downloaders - Video Downloads Simplified",
"version": "3.0.5",
"description": "Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.",
"permissions": [
"webRequest",
"activeTab",
"storage",
"downloads",
"identity",
"identity.email",
"system.display",
"scripting"
],
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.bundle.js"
]
}
],
"icons": {
"512": "icons\/logo_icon_512.png"
},
"action": {
"default_icon": {
"128": "icons\/o_icon_128.png"
},
"default_popup": "popup.html",
"default_title": "M3U8 Downloaders - free, fast & easy to use."
},
"oauth2": {
"client_id": "40380572833-b34jgc6fctpd49h9fm73sk7ta0j5r28q.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"web_accessible_resources": [
{
"resources": [
"popup.js",
"icons\/r_icon_128.png",
"icons\/g_icon_128.png",
"icons\/o_icon_128.png",
"firebase\/*.js",
"firebase\/*\/*.js",
"creditWarning.html",
"creditWarning.js"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/*.chromiumapp.org\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}