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 อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } } |