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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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