CORS FreeIPTV

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

CORS FreeIPTVคืออะไร?

CORS FreeIPTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agência Ideias และคุณลักษณะหลักของมันคือ "This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CORS FreeIPTV

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}