Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

Cos'è Quickline Chrome Plugin?

Quickline Chrome Plugin è un'estensione di Chrome sviluppata da scnitroui, e la sua funzione principale è "Chrome Native Messaging for Quickline Plugin Player".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quickline Chrome Plugin

Scarica i file di estensione Quickline Chrome Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
URL Ufficiale https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Descrizione Chrome Native Messaging for Quickline Plugin Player
Dimensione del File 12 KB
Conteggio Installazioni 3,666
Versione Corrente 1.5
Ultimo Aggiornamento 2019-10-10
Data di Pubblicazione 2019-10-10
Valutazione 1.29/5 Totale 45 Valutazioni
Sviluppatore scnitroui
Tipo di Pagamento free
Sito Web dell'Estensione https://content.quickline.ch/QuicklineWeb/
Lingue Supportate 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\/*"
        ]
    }
}