Netflix Remote

Control netflix from your phone!

Was ist Netflix Remote?

Netflix Remote ist eine Chrome-Erweiterung, die von chillremote entwickelt wurde, und ihr Hauptmerkmal ist "Control netflix from your phone!".

Erweiterungsscreenshots

screenshot

Netflix Remote-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Remote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is required to use the Chillremote app to control Netflix.


1. Install Chillremote add-on
2. Install Chillremote app on your phone
3. Click on the Chillremote add-on icon to show your QR Code
4. Scan your QR code with the app                    

Grundlegende Informationen zur Erweiterung

Name Netflix Remote Netflix Remote
ID kmngjlmolbambcjbefengjalhdaemcjn
Offizielle URL https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn
Beschreibung Control netflix from your phone!
Dateigröße 222 KB
Installationsanzahl 68
Aktuelle Version 1.1
Letztes Update 2019-03-23
Veröffentlichungsdatum 2019-03-23
Entwickler chillremote
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Control netflix from your phone!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "auto_answer.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "qr.html",
        "default_icon": {
            "32": "icon.png",
            "48": "[email protected]",
            "128": "[email protected]"
        }
    },
    "manifest_version": 2
}