Quickline Chrome Plugin

Chrome Native Messaging for Quickline Plugin Player

Quickline Chrome Plugin là gì?

Quickline Chrome Plugin là một tiện ích mở rộng Chrome được phát triển bởi scnitroui, và tính năng chính của nó là "Chrome Native Messaging for Quickline Plugin Player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quickline Chrome Plugin

Tải xuống các tệp mở rộng Quickline Chrome Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quickline Chrome Plugin Quickline Chrome Plugin
ID mnpiohgimhjcajegfkoenhhdjdgnfbhn
URL Chính Thức https://chromewebstore.google.com/detail/quickline-chrome-plugin/mnpiohgimhjcajegfkoenhhdjdgnfbhn
Mô tả Chrome Native Messaging for Quickline Plugin Player
Kích Thước Tệp 12 KB
Số Lần Cài Đặt 3,666
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-10-10
Ngày Phát Hành 2019-10-10
Đánh Giá 1.29/5 Tổng số 45 Đánh Giá
Nhà Phát Triển scnitroui
Loại Thanh Toán free
Trang Web Mở Rộng https://content.quickline.ch/QuicklineWeb/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}