Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

Co je Chill Remote?

Chill Remote je rozšíření Chrome vyvinuté https://chillremote.tv, a jeho hlavní funkcí je „Control Netflix and Amazon Prime from your iPhone or iPad.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chill Remote

Stáhněte si soubory rozšíření Chill Remote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
Oficiální URL https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
Popis Control Netflix and Amazon Prime from your iPhone or iPad.
Velikost souboru 439 KB
Počet instalací 12,308
Aktuální Verze 1.2.14
Poslední Aktualizace 2021-08-05
Datum Vydání 2019-12-21
Hodnocení 3.75/5 Celkem 4 Hodnocení
Vývojář https://chillremote.tv
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ChillRemote.tv
URL Stránky Nápovědy https://ChillRemote.tv
URL Stránky Zásad Ochrany Soukromí https://hobbyistsoftware.com/privacy
Podporované Jazyky 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\/"
    ]
}