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