SmartIPTV

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

Hvad er SmartIPTV?

SmartIPTV er en Chrome-udvidelse udviklet af Lacuna Inc., og dens hovedfunktion er "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SmartIPTV-udvidelses-CRX-fil

Download SmartIPTV-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
Officiel URL https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
Beskrivelse A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
Filstørrelse 995 KB
Antal Installationer 17,531
Nuværende Version 1.1.0
Senest Opdateret 2020-02-10
Udgivelsesdato 2020-02-10
Bedømmelse 2.67/5 Samlet 48 Bedømmelser
Udvikler Lacuna Inc.
E-mail [email protected]
Betalingsmetode in_app
Understøttede Sprog 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'"
}