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": "Movix Proxy Extension",
"version": "1.0.2",
"description": "Extension proxy pour Live TV Movix - Contourne CORS et injecte les headers n\u00e9cessaires",
"icons": {
"16": "movix.png",
"48": "movix.png",
"128": "movix.png"
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"storage"
],
"host_permissions": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/movix.blog\/*",
"*:\/\/*.movix.blog\/*",
"*:\/\/movix.club\/*",
"*:\/\/*.movix.club\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"content.js",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}