Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

Wat is Chill Remote?

Chill Remote is een Chrome-extensie ontwikkeld door https://chillremote.tv, en de belangrijkste functie is "Control Netflix and Amazon Prime from your iPhone or iPad.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chill Remote

Download Chill Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
Officiële URL https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
Beschrijving Control Netflix and Amazon Prime from your iPhone or iPad.
Bestandsgrootte 439 KB
Aantal Installaties 12,308
Huidige Versie 1.2.14
Laatst Bijgewerkt 2021-08-05
Publicatiedatum 2019-12-21
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://chillremote.tv
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ChillRemote.tv
Help Pagina-URL https://ChillRemote.tv
URL van de Privacybeleid Pagina https://hobbyistsoftware.com/privacy
Ondersteunde Talen 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\/"
    ]
}