Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

Chill Remote là gì?

Chill Remote là một tiện ích mở rộng Chrome được phát triển bởi https://chillremote.tv, và tính năng chính của nó là "Control Netflix and Amazon Prime from your iPhone or iPad.".

Ả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 Chill Remote

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

                        Control Netflix, Amazon Prime, Hulu, YouTube and Vimeo from your iPhone or iPad
Install this extension in Chrome, then install  Chill Remote on your iDevice                    

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

Tên Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
URL Chính Thức https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
Mô tả Control Netflix and Amazon Prime from your iPhone or iPad.
Kích Thước Tệp 439 KB
Số Lần Cài Đặt 12,308
Phiên Bản Hiện Tại 1.2.14
Cập Nhật Lần Cuối 2021-08-05
Ngày Phát Hành 2019-12-21
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://chillremote.tv
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ChillRemote.tv
URL Trang Trợ Giúp https://ChillRemote.tv
URL Trang Chính Sách Bảo Mật https://hobbyistsoftware.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chill Remote",
    "short_name": "Chill Remote",
    "description": "Control Netflix and Amazon Prime from your iPhone or iPad.",
    "version": "1.2.14",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/injector.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/emp.bbc.co.uk\/*",
                "https:\/\/emp.britbox.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/injector.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/cable.js",
            "js\/cable-manager.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/remotes.js",
        "js\/jquery.min.js",
        "js\/iplayer-helper.js",
        "js\/britbox-helper.js",
        "css\/hs-style.css"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chillremote.tv\/*",
            "https:\/\/beta.chillremote.tv\/*",
            "https:\/\/netflixremote.app\/*",
            "https:\/\/beta.netflixremote.app\/*"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "tabs",
        "gcm",
        "cookies",
        "https:\/\/chillremote.tv\/"
    ]
}