YourTV Chrome extension

YourTV Chrome extension

YourTV Chrome extension là gì?

YourTV Chrome extension là một tiện ích mở rộng Chrome được phát triển bởi Minerva Networks Inc., và tính năng chính của nó là "YourTV Chrome extension".

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

screenshot

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

Tải xuống các tệp mở rộng YourTV Chrome extension 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

                        This extension allows demonstrating the capabilities of the YourTV platform. Using the YourTV application, the users can watch their favorite programming on their computer. They need to have credentials from their Pay TV provider.

FEATURES
- Browse the Program Guide for all channels offered by the Pay TV provider.
- Watch live channels directly from a computer
- HD Content
- Browse and watch On Demand content.
- Never miss another show with the Catch-up and Restart TV features (if available by the Pay TV provider).
- Search On Demand and TV content by title.
- Schedule and manage your DVR recordings (if available in the Pay TV Service)                    

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

Tên YourTV Chrome extension YourTV Chrome extension
ID bdlhpbalhdjobabgbacbgclpjjelainj
URL Chính Thức https://chromewebstore.google.com/detail/yourtv-chrome-extension/bdlhpbalhdjobabgbacbgclpjjelainj
Mô tả YourTV Chrome extension
Kích Thước Tệp 11.35 KB
Số Lần Cài Đặt 115,348
Phiên Bản Hiện Tại 4.7.4
Cập Nhật Lần Cuối 2019-05-09
Ngày Phát Hành 2019-05-09
Đánh Giá 1.90/5 Tổng số 304 Đánh Giá
Nhà Phát Triển Minerva Networks Inc.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YourTV Chrome extension",
    "short_name": "YourTV Chrome Extension",
    "version": "4.7.4",
    "description": "YourTV Chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "http:\/\/*.minerva.net:*\/*",
            "https:\/\/*.minerva.net:*\/*",
            "http:\/\/*.m10tv.com:*\/*",
            "https:\/\/*.m10tv.com:*\/*",
            "http:\/\/*.minervanetworks.com:*\/*",
            "https:\/\/*.minervanetworks.com:*\/*",
            "http:\/\/*.cvattv.com.ar:*\/*",
            "https:\/\/*.cvattv.com.ar:*\/*",
            "http:\/\/*.cablevisionflow.com.ar:*\/*",
            "https:\/\/*.cablevisionflow.com.ar:*\/*",
            "http:\/\/*.cablevision.ar:*\/*",
            "https:\/\/*.cablevision.ar:*\/*",
            "http:\/\/*.gothamnetwork.com:*\/*",
            "https:\/\/*.gothamnetwork.com:*\/*",
            "http:\/\/*.rev2go.com:*\/*",
            "https:\/\/*.rev2go.com:*\/*",
            "http:\/\/*.mooo.com:*\/*",
            "https:\/\/*.mooo.com:*\/*",
            "http:\/\/*.entel.bo:*\/*",
            "https:\/\/*.entel.bo:*\/*"
        ]
    }
}