Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

What is Chill Remote?

Chill Remote is a Chrome extension developed by https://chillremote.tv, and its main feature is "Control Netflix and Amazon Prime from your iPhone or iPad.".

Extension Screenshots

screenshot

Download Chill Remote Extension CRX File

Download Chill Remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
Official URL https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
Description Control Netflix and Amazon Prime from your iPhone or iPad.
File Size 439 KB
Installation Count 12,308
Current Version 1.2.14
Last Updated 2021-08-05
Publish Date 2019-12-21
Rating 3.75/5 Total 4 Ratings
Developer https://chillremote.tv
Email [email protected]
Payment Type free
Extension Website https://ChillRemote.tv
Help Page URL https://ChillRemote.tv
Privacy Policy Page URL https://hobbyistsoftware.com/privacy
Supported Languages 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\/"
    ]
}