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
Eメール [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\/"
    ]
}