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 |
官方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\/*" ] } } |