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
公式URL 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
Eメール [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"
}