SmartIPTV

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

Was ist SmartIPTV?

SmartIPTV ist eine Chrome-Erweiterung, die von Lacuna Inc. entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SmartIPTV-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartIPTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
Offizielle URL https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
Beschreibung A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
Dateigröße 995 KB
Installationsanzahl 17,531
Aktuelle Version 1.1.0
Letztes Update 2020-02-10
Veröffentlichungsdatum 2020-02-10
Bewertung 2.67/5 Insgesamt 48 Bewertungen
Entwickler Lacuna Inc.
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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'"
}