Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

Cos'è Chill Remote?

Chill Remote è un'estensione di Chrome sviluppata da https://chillremote.tv, e la sua funzione principale è "Control Netflix and Amazon Prime from your iPhone or iPad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chill Remote

Scarica i file di estensione Chill Remote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
URL Ufficiale https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
Descrizione Control Netflix and Amazon Prime from your iPhone or iPad.
Dimensione del File 439 KB
Conteggio Installazioni 12,308
Versione Corrente 1.2.14
Ultimo Aggiornamento 2021-08-05
Data di Pubblicazione 2019-12-21
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://chillremote.tv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ChillRemote.tv
URL della Pagina di Aiuto https://ChillRemote.tv
URL della Pagina della Politica sulla Privacy https://hobbyistsoftware.com/privacy
Lingue Supportate 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\/"
    ]
}