Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

什么是Chill Remote?

Chill Remote是由https://chillremote.tv开发的Chrome扩展程序,该扩展的主要功能是“Control Netflix and Amazon Prime from your iPhone or iPad.”。

扩展截图

screenshot

下载Chill Remote扩展crx文件

下载Chill Remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
官方URL https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
简介 Control Netflix and Amazon Prime from your iPhone or iPad.
文件大小 439 KB
安装次数 12,308
当前版本 1.2.14
更新时间 2021-08-05
上架时间 2019-12-21
评分 3.75/5 共4次评分
开发者 https://chillremote.tv
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ChillRemote.tv
帮助页面URL https://ChillRemote.tv
隐私政策页面URL https://hobbyistsoftware.com/privacy
支持的语言 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\/"
    ]
}