Live IPTV

Watch Live Tv right on browser.(Includes Channel list)

ما هو Live IPTV؟

Live IPTV هو إضافة Chrome تم تطويرها بواسطة Tarik AmateraSu، والميزة الرئيسية لها هي "Watch Live Tv right on browser.(Includes Channel list)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Live IPTV

قم بتنزيل ملفات الامتداد Live IPTV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Allows you to watch various channels right on your browser. 
No fees, no Ads, just live tv 
- some of channels are not working, we'll be fixing those in future version. 

please if you have any suggestions email me at : 
[email protected]                    

معلومات أساسية عن التمديد

الاسم Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
الوصف Watch Live Tv right on browser.(Includes Channel list)
حجم الملف 2.37 MB
عدد التثبيتات 2,000
النسخة الحالية 1.0.0
آخر تحديث 2021-08-29
تاريخ النشر 2021-08-29
تقييم 4.00/5 مجموع تقييمات 11
المطور Tarik AmateraSu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "IPTV",
    "name": "Live IPTV",
    "description": "Watch Live Tv right on browser.(Includes Channel list)",
    "author": "AmateraSu",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'sha256-xjvhLKihGWY38lKgjbCLO\/BqA8+2ngyBEHBZotxh7lw='; object-src 'self'",
    "permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Live IPTV",
        "default_icon": {
            "16": "images\/Logo.png",
            "32": "images\/Logo.png",
            "48": "images\/Logo.png",
            "128": "images\/Logo.png"
        }
    },
    "icons": {
        "16": "images\/Logo.png",
        "32": "images\/Logo.png",
        "48": "images\/Logo.png",
        "128": "images\/Logo.png"
    },
    "manifest_version": 2
}