Netflix Remote
Remote for Netflix!
Cos'è Netflix Remote?
Netflix Remote è un'estensione di Chrome sviluppata da https://butttons.github.io/netflix-remote, e la sua funzione principale è "Remote for Netflix!".
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
Control your Netflix stream with your phone.
Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm
4. Scan the code OR enter the ID provided there. Informazioni di Base sull'Estensione
| Nome | |
| ID | limeoeacpekfcanimjnnbgolggamkogd |
| URL Ufficiale | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
| Descrizione | Remote for Netflix! |
| Dimensione del File | 52.43 KB |
| Conteggio Installazioni | 1,039 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-01-15 |
| Data di Pubblicazione | 2019-01-15 |
| Valutazione | 2.50/5 Totale 8 Valutazioni |
| Sviluppatore | https://butttons.github.io/netflix-remote |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Remote",
"version": "1.1",
"description": "Remote for Netflix!",
"permissions": [
"declarativeContent",
"storage"
],
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*"
],
"js": [
"deps\/simplepeer.min.js",
"deps\/socket.io.slim.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
},
"icons": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
} | |