Netflix Remote
Control netflix from your phone!
Cos'è Netflix Remote?
Netflix Remote è un'estensione di Chrome sviluppata da chillremote, e la sua funzione principale è "Control netflix from your phone!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Remote
Scarica i file di estensione 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
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
Informazioni di Base sull'Estensione
Nome | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
Descrizione | Control netflix from your phone! |
Dimensione del File | 222 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-03-23 |
Data di Pubblicazione | 2019-03-23 |
Sviluppatore | chillremote |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |