Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

Quickline Chrome Pluginとは何ですか?

Quickline Chrome Pluginはscnitrouiによって開発されたChromeの拡張機能で、その主な機能は「Chrome Native Messaging for Quickline Plugin Player」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Quickline Chrome Plugin拡張機能のCRXファイルをダウンロード

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\/*"
        ]
    }
}