Player for NextTV content
Player for NextTV content Access all the latest content from NextTV online
ما هو Player for NextTV content؟
Player for NextTV content هو إضافة Chrome تم تطويرها بواسطة https://watch.nexttv.co.il، والميزة الرئيسية لها هي "Player for NextTV content Access all the latest content from NextTV online ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Player for NextTV content
قم بتنزيل ملفات الامتداد Player for NextTV content بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this chrome extension you will be able to play NEXT TV content using chrome browser.
معلومات أساسية عن التمديد
الاسم | |
ID | gjppjcocohfcjahkhefdijehpolpanfl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/player-for-nexttv-content/gjppjcocohfcjahkhefdijehpolpanfl |
الوصف | Player for NextTV content Access all the latest content from NextTV online |
حجم الملف | 5.63 MB |
عدد التثبيتات | 9,714 |
النسخة الحالية | 1.9.3.43 |
آخر تحديث | 2020-03-17 |
تاريخ النشر | 2020-03-17 |
تقييم | 1.38/5 مجموع تقييمات 53 |
المطور | https://watch.nexttv.co.il |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://watch.nexttv.co.il |
عنوان صفحة المساعدة | https://nexttv.co.il/serviceandsupport?_ga=2.120543552.937051723.1583313536-952914716.1570691950 |
عنوان صفحة سياسة الخصوصية | https://www.hot.net.il/privacypolicy/privacypolicy.html |
اللغات المدعومة | |
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:\/\/watch.nexttv.co.il\/*" ], "js": [ "content_script.js" ] } ], "minimum_chrome_version": "39.0.2171.71", "requirements": { "3D": { "features": [ "webgl" ] } }, "description": "Player for NextTV content Access all the latest content from NextTV 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.3.43", "manifest_version": 2, "permissions": [ "system.cpu", "power" ], "name": "Player for NextTV content", "short_name": "NextTV" } |