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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lacuna Inc., και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης SmartIPTV

Λήψη αρχείων επέκτασης 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.
Ηλεκτρονικό ταχυδρομείο [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'"
}