Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

O que é Quickline Chrome Plugin?

Quickline Chrome Plugin é uma extensão do Chrome desenvolvida por scnitroui, e sua principal característica é "Chrome Native Messaging for Quickline Plugin Player".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quickline Chrome Plugin

Baixe arquivos de extensão Quickline Chrome Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
URL Oficial https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Descrição Chrome Native Messaging for Quickline Plugin Player
Tamanho do Arquivo 12 KB
Contagem de Instalações 3,666
Versão Atual 1.5
Última Atualização 2019-10-10
Data de Publicação 2019-10-10
Classificação 1.29/5 Total de 45 Avaliações
Desenvolvedor scnitroui
Tipo de Pagamento free
Site da Extensão https://content.quickline.ch/QuicklineWeb/
Idiomas Suportados 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\/*"
        ]
    }
}