Quickline Chrome Plugin
Chrome Native Messaging for Quickline Plugin Player
什麼是Quickline Chrome Plugin?
Quickline Chrome Plugin是由scnitroui開發的Chrome擴展程式,該擴展的主要功能是“Chrome Native Messaging for Quickline Plugin Player”。
擴展截圖
下載Quickline Chrome Plugin擴展crx文件
下載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 |
官方網址 | 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\/*" ] } } |