SmartIPTV

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

什麼是SmartIPTV?

SmartIPTV是由Lacuna Inc.開發的Chrome擴展程式,該擴展的主要功能是“A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser”。

擴展截圖

screenshot
screenshot
screenshot

下載SmartIPTV擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
官方網址 https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
簡介 A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
檔案大小 995 KB
安裝次數 17,531
目前版本 1.1.0
更新時間 2020-02-10
上架時間 2020-02-10
評分 2.67/5 共 48 次評分
開發者 Lacuna Inc.
電子郵箱 [email protected]
付費類型 in_app
支援的語言 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'"
}