SmartIPTV

A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser

SmartIPTV là gì?

SmartIPTV là một tiện ích mở rộng Chrome được phát triển bởi Lacuna Inc., và tính năng chính của nó là "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SmartIPTV 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

                        A chrome based extension that loads, browses and plays streamed content from IPTV lists.

It works with m3u and m3u8, you don't need to download them and then install an application for watching it, you can do it right into your Chrome browser now!

THIS APP DOES NOT CONTAIN ACTUAL STREAM OR ANY OTHER CLASS OF COPYRIGHTED MEDIA.

What's new:
- Supports Picture in Picture playback
- Upgraded media player with more discrete controls (won't block your video)
- Optimized for using less memory and less disk space                    

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

Tên SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
URL Chính Thức https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
Mô tả A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
Kích Thước Tệp 995 KB
Số Lần Cài Đặt 17,531
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-02-10
Ngày Phát Hành 2020-02-10
Đánh Giá 2.67/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Lacuna Inc.
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartIPTV",
    "description": "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "SmartIPTV",
        "default_icon": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}