Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "img\/icon128.png",
"default_popup": "m3u8.html"
},
"content_scripts": [
{
"css": [
"css\/materialdesignicons.min.css"
],
"js": [
"script_in_content.js",
"m3u8.js",
"background.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
"description": "The plugin help you to watch IPTV and 7000+ free IPTV stream aroun\uff44 the world",
"icons": {
"32": "img\/icon32.png",
"128": "img\/icon128.png"
},
"manifest_version": 3,
"name": "IPTV \/ HLS player \/ 7000+ free channels",
"offline_enabled": true,
"omnibox": {
"keyword": "iptv"
},
"permissions": [
"activeTab",
"<all_urls>",
"webRequest",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2",
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.html"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
]
}