SmartIPTV

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

What is SmartIPTV?

SmartIPTV is a Chrome extension developed by Lacuna Inc., and its main feature is "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download SmartIPTV Extension CRX File

Download SmartIPTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
Official URL https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
Description A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
File Size 995 KB
Installation Count 17,531
Current Version 1.1.0
Last Updated 2020-02-10
Publish Date 2020-02-10
Rating 2.67/5 Total 48 Ratings
Developer Lacuna Inc.
Email [email protected]
Payment Type in_app
Supported Languages 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'"
}