CORS FreeIPTV

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

CORS FreeIPTV là gì?

CORS FreeIPTV là một tiện ích mở rộng Chrome được phát triển bởi Agência Ideias, và tính năng chính của nó là "This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CORS FreeIPTV

Tải xuống các tệp mở rộng CORS FreeIPTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CORS FreeIPTV CORS FreeIPTV
ID fickmiiogfnojlhegfhkilcpefoophgi
URL Chính Thức https://chrome.google.com/webstore/detail/cors-freeiptv/fickmiiogfnojlhegfhkilcpefoophgi
Mô tả This extension resolves CORS request blocking errors, allowing you to watch HLS videos (m3u8 / ts)
Kích Thước Tệp 15.63 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2019-04-01
Ngày Phát Hành 2019-04-01
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Agência Ideias
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.freeiptv.com.br
Ngôn Ngữ Được Hỗ Trợ 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"
}