Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

Qu'est-ce que Quickline Chrome Plugin ?

Quickline Chrome Plugin est une extension Chrome développée par scnitroui, et sa fonction principale est "Chrome Native Messaging for Quickline Plugin Player".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quickline Chrome Plugin

Téléchargez les fichiers d'extension Quickline Chrome Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
URL Officiel https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Description Chrome Native Messaging for Quickline Plugin Player
Taille du Fichier 12 KB
Nombre d'Installations 3,666
Version Actuelle 1.5
Dernière Mise à Jour 2019-10-10
Date de Publication 2019-10-10
Évaluation 1.29/5 Total 45 Évaluations
Développeur scnitroui
Type de Paiement free
Site Web de l'Extension https://content.quickline.ch/QuicklineWeb/
Langues Prises en Charge 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\/*"
        ]
    }
}