CORS FreeIPTV

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

什麼是CORS FreeIPTV?

CORS FreeIPTV是由Agência Ideias開發的Chrome擴展程式,該擴展的主要功能是“This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)”。

擴展截圖

screenshot

下載CORS FreeIPTV擴展crx文件

下載CORS FreeIPTV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 CORS FreeIPTV CORS FreeIPTV
ID fickmiiogfnojlhegfhkilcpefoophgi
官方網址 https://chrome.google.com/webstore/detail/cors-freeiptv/fickmiiogfnojlhegfhkilcpefoophgi
簡介 This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)
檔案大小 15.63 KB
安裝次數 1,000
目前版本 0.0.8
更新時間 2019-04-01
上架時間 2019-04-01
評分 3.50/5 共 2 次評分
開發者 Agência Ideias
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.freeiptv.com.br
支援的語言 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"
}