CORS FreeIPTV

This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)

Vad är CORS FreeIPTV?

CORS FreeIPTV är en Chrome-tillägg utvecklad av Agência Ideias, och dess huvudfunktion är "This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)".

Tilläggsskärmbilder

screenshot

Ladda ner CORS FreeIPTV-förlängningens CRX-fil

Ladda ner CORS FreeIPTV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8/ts)                    

Grundläggande Information om Tillägg

Namn CORS FreeIPTV CORS FreeIPTV
ID fickmiiogfnojlhegfhkilcpefoophgi
Officiell webbadress https://chrome.google.com/webstore/detail/cors-freeiptv/fickmiiogfnojlhegfhkilcpefoophgi
Beskrivning This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)
Filstorlek 15.63 KB
Antal Installationer 1,000
Aktuell Version 0.0.8
Senast Uppdaterad 2019-04-01
Publiceringsdatum 2019-04-01
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare Agência Ideias
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.freeiptv.com.br
Stödda Språk de,en,fr,es,it,pt-BR
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon128_on.png",
            "38": "icon128_on.png"
        },
        "default_title": "__MSG_appName__"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "icon128_on.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "icon128_on.png"
    ],
    "version": "0.0.8"
}