Quickline Chrome Plugin
Chrome Native Messaging for Quickline Plugin Player
ما هو Quickline Chrome Plugin؟
Quickline Chrome Plugin هو إضافة Chrome تم تطويرها بواسطة scnitroui، والميزة الرئيسية لها هي "Chrome Native Messaging for Quickline Plugin Player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quickline Chrome Plugin
قم بتنزيل ملفات الامتداد Quickline Chrome Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome plugin for Quickline TV web application turns PC browser in to more than simple TV receiver allowing you to watch Live TV but also allows to enjoy On Demand titles. Get this app free of charge as a part of your QuickLine TV membership and you can instantly watch thousands of TV episodes & movies on your mobile device. In one place one gets access to offered favorite channels, TV shows, series and extensive movie library that can be watched whenever user wants.
معلومات أساسية عن التمديد
الاسم | Quickline Chrome Plugin |
ID | mnpiohgimhjcajegfkoenhhdjdgnfbhn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn |
الوصف | Chrome Native Messaging for Quickline Plugin Player |
حجم الملف | 12 KB |
عدد التثبيتات | 3,666 |
النسخة الحالية | 1.5 |
آخر تحديث | 2019-10-10 |
تاريخ النشر | 2019-10-10 |
تقييم | 1.29/5 مجموع تقييمات 45 |
المطور | scnitroui |
نوع الدفع | free |
موقع الإضافة | https://content.quickline.ch/QuicklineWeb/ |
اللغات المدعومة | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickline Chrome Plugin", "version": "1.5", "description": "Chrome Native Messaging for Quickline Plugin Player", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "nativeMessaging", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/7bc.local\/*", "*:\/\/*.torun.7bulls.com\/*", "*:\/\/quickline.ch\/*", "*:\/\/*.quickline.ch\/*" ] } } |