Netflix Remote

Control netflix from your phone!

Qu'est-ce que Netflix Remote ?

Netflix Remote est une extension Chrome développée par chillremote, et sa fonction principale est "Control netflix from your phone!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Netflix Remote

Téléchargez les fichiers d'extension Netflix Remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Netflix Remote Netflix Remote
ID kmngjlmolbambcjbefengjalhdaemcjn
URL Officiel https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn
Description Control netflix from your phone!
Taille du Fichier 222 KB
Nombre d'Installations 68
Version Actuelle 1.1
Dernière Mise à Jour 2019-03-23
Date de Publication 2019-03-23
Développeur chillremote
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}