Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

¿Qué es Quickline Chrome Plugin?

Quickline Chrome Plugin es una extensión de Chrome desarrollada por scnitroui, y su función principal es "Chrome Native Messaging for Quickline Plugin Player".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Quickline Chrome Plugin

Descarga archivos de extensión Quickline Chrome Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
URL Oficial https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Descripción Chrome Native Messaging for Quickline Plugin Player
Tamaño del Archivo 12 KB
Cantidad de Instalaciones 3,666
Versión Actual 1.5
Última Actualización 2019-10-10
Fecha de Publicación 2019-10-10
Calificación 1.29/5 Total de 45 Calificaciones
Desarrollador scnitroui
Tipo de Pago free
Sitio Web de la Extensión https://content.quickline.ch/QuicklineWeb/
Idiomas Soportados 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\/*"
        ]
    }
}