Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

Что такое Quickline Chrome Plugin?

Quickline Chrome Plugin - это расширение Chrome, разработанное scnitroui, и его основная функция - "Chrome Native Messaging for Quickline Plugin Player".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Quickline Chrome Plugin

Скачайте файлы расширений Quickline Chrome Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
Официальный URL https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Описание Chrome Native Messaging for Quickline Plugin Player
Размер файла 12 KB
Количество установок 3,666
Текущая Версия 1.5
Последнее Обновление 2019-10-10
Дата публикации 2019-10-10
Рейтинг 1.29/5 Всего 45 оценок
Разработчик scnitroui
Тип оплаты free
Официальный сайт расширения https://content.quickline.ch/QuicklineWeb/
Поддерживаемые языки 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\/*"
        ]
    }
}