IPTV / HLS player / 7000+ free channels

The plugin help you to watch IPTV and 7000+ free IPTV stream around the world

Τι είναι το IPTV / HLS player / 7000+ free channels;

Το IPTV / HLS player / 7000+ free channels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον robotcomp, και η κύρια λειτουργία του είναι "The plugin help you to watch IPTV and 7000+ free IPTV stream around the world".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IPTV / HLS player / 7000+ free channels

Λήψη αρχείων επέκτασης IPTV / HLS player / 7000+ free channels σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        IPTV/HLS player and searcher  
 - Play the m3u8 links you click on textbox
 - Over 7000+ free IPTV channels for different countries and categories. all channels are public available
 - Search IPTV channels based on keyword , countries and categories
 - Add your bookmark for favorite channels
 - Integrated Player
 - Watch IPTV from your Internet service provider or free live TV channels from any other source in the web.
 - All channels are classified into different categories and countries groups

 
 IPTV is a service for the distribution of video content over Internet Protocol networks. 
 IPTV/HLS player and searcher gives you a way to watch live streaming TV from all around the world. 
 
 Disclaimer:


- IPTV/HLS player and searcher doesn't supply or include any media content
- Users need to provide their own content
- We have no affiliation with any content providers and can't be responsible for the content provided by third parties.
- We do not endorse the streaming of any copyright protected material without the permission of the copyright holder                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IPTV / HLS player / 7000+ free channels IPTV / HLS player / 7000+ free channels
ID mhnnbdhhncjkfbkbkapifcmfjdgifpld
Επίσημο URL https://chromewebstore.google.com/detail/iptv-hls-player-7000+-fre/mhnnbdhhncjkfbkbkapifcmfjdgifpld
Περιγραφή The plugin help you to watch IPTV and 7000+ free IPTV stream around the world
Μέγεθος Αρχείου 2.59 MB
Αριθμός Εγκαταστάσεων 7,817
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-09-07
Ημερομηνία Δημοσίευσης 2022-07-30
Αξιολόγηση 1.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής robotcomp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://apps.apple.com/hk/app/video-saver-on-web-and-iptv/id1632899202?mt=12
Διεύθυνση URL της Σελίδας Βοήθειας https://apps.apple.com/hk/app/video-saver-on-web-and-iptv/id1632899202?mt=12
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "m3u8.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/materialdesignicons.min.css"
            ],
            "js": [
                "script_in_content.js",
                "m3u8.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "description": "The plugin help you to watch IPTV and  7000+ free IPTV stream aroun\uff44 the world",
    "icons": {
        "128": "img\/icon128.png",
        "32": "img\/icon32.png"
    },
    "manifest_version": 3,
    "name": "IPTV \/ HLS player \/ 7000+ free channels",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "iptv"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}