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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}