flixRemote - Your Netflix Remote

Remote for your Netflix Stream

Cos'è flixRemote - Your Netflix Remote?

flixRemote - Your Netflix Remote è un'estensione di Chrome sviluppata da Tushar Shahi, e la sua funzione principale è "Remote for your Netflix Stream".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione flixRemote - Your Netflix Remote

Scarica i file di estensione flixRemote - Your Netflix 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 a Netflix stream using your phone.

Sit back, relax, and use your mobile phone to watch Netflix. No need to install any app on your phone.

1. Pin the flixRemote extension to Chrome
2. Generate a QR code while on Netflix
3. Scan the QR code with your phone's camera

You are done!

Note: If QR code doesn’t work, enter the code at tinyurl.com/flixRemote                    

Informazioni di Base sull'Estensione

Nome flixRemote - Your Netflix Remote flixRemote - Your Netflix Remote
ID jkhffbfbokiincaebolhpcfdkhiipalh
URL Ufficiale https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh
Descrizione Remote for your Netflix Stream
Dimensione del File 157 KB
Conteggio Installazioni 105
Versione Corrente 2.2
Ultimo Aggiornamento 2022-09-10
Data di Pubblicazione 2020-10-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Tushar Shahi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://remoteflix.herokuapp.com/welcome
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flixRemote - Your Netflix Remote",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "Remote for your Netflix Stream",
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "flixRemote",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/www.netflix.com\/watch*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "Raleway-Bold.ttf",
        "seekScript.js"
    ],
    "manifest_version": 2
}