Player for PlayTV content

Player for PlayTV content Access all the latest content from PlayTV online

ما هو Player for PlayTV content؟

Player for PlayTV content هو إضافة Chrome تم تطويرها بواسطة HOT، والميزة الرئيسية لها هي "Player for PlayTV content Access all the latest content from PlayTV online".

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

screenshot

تحميل ملف CRX للإضافة Player for PlayTV content

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

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

                        With this chrome extension you will be able to play HOT PLAY content using chrome browser.                    

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

الاسم Player for PlayTV content Player for PlayTV content
ID ijkpfjogjgdenljphhgmdbagcdkiibjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg
الوصف Player for PlayTV content Access all the latest content from PlayTV online
حجم الملف 5.94 MB
عدد التثبيتات 23,069
النسخة الحالية 1.9.4.86
آخر تحديث 2021-08-06
تاريخ النشر 2020-03-17
تقييم 1.79/5 مجموع تقييمات 33
المطور HOT
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://play.hot.net.il
عنوان صفحة المساعدة https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx
عنوان صفحة سياسة الخصوصية https://www.hot.net.il/privacypolicy/privacypolicy.html
اللغات المدعومة iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "nacl_modules": [
        {
            "path": "Player.nmf",
            "mime_type": "application\/vnd.goc.secureplayer.pepper.plugin"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.hot.net.il\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "Player for PlayTV content Access all the latest content from PlayTV online ",
    "icons": {
        "128": "icon_128x128.png",
        "48": "icon_48x48.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "platforms": [
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        }
    ],
    "version": "1.9.4.86",
    "manifest_version": 2,
    "permissions": [
        "system.cpu",
        "power"
    ],
    "name": "Player for PlayTV content",
    "short_name": "PlayTV"
}