Quickline Chrome Plugin
Chrome Native Messaging for Quickline Plugin Player
Wat is Quickline Chrome Plugin?
Quickline Chrome Plugin is een Chrome-extensie ontwikkeld door scnitroui, en de belangrijkste functie is "Chrome Native Messaging for Quickline Plugin Player".
Extensie Screenshots
Download het CRX-bestand van de extensie Quickline Chrome Plugin
Download Quickline Chrome Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quickline Chrome Plugin |
ID | mnpiohgimhjcajegfkoenhhdjdgnfbhn |
Officiële URL | https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn |
Beschrijving | Chrome Native Messaging for Quickline Plugin Player |
Bestandsgrootte | 12 KB |
Aantal Installaties | 3,666 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2019-10-10 |
Publicatiedatum | 2019-10-10 |
Beoordeling | 1.29/5 Totaal 45 Beoordelingen |
Ontwikkelaar | scnitroui |
Betalingswijze | free |
Extensiewebsite | https://content.quickline.ch/QuicklineWeb/ |
Ondersteunde Talen | 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\/*" ] } } |