ControlPC - Remote for Netflix
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
Cos'è ControlPC - Remote for Netflix?
ControlPC - Remote for Netflix è un'estensione di Chrome sviluppata da https://controlpc.app, e la sua funzione principale è "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ControlPC - Remote for Netflix
Scarica i file di estensione ControlPC - Remote for Netflix 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
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control.
Watch and listen to your favorite movies without getting up from your bed!
Play, pause, forward, previous, volume up, volume down - all controlled from your Smartphone.
Now you can quickly control the following players on your PC directly from your Smartphone or Tablet:
Netflix. Informazioni di Base sull'Estensione
| Nome | |
| ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
| URL Ufficiale | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
| Descrizione | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
| Dimensione del File | 948 KB |
| Conteggio Installazioni | 303 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2022-11-10 |
| Data di Pubblicazione | 2022-11-03 |
| Valutazione | 3.40/5 Totale 5 Valutazioni |
| Sviluppatore | https://controlpc.app |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://controlpc.app/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ControlPC - Remote for Netflix",
"version": "0.2",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*",
"http:\/\/*.netflix.com\/*"
],
"js": [
"jquery-3.1.0.min.js",
"content.js",
"keyboard.js",
"socket.io.js"
],
"css": [
"content.css",
"animate.css",
"keyboard.css"
]
}
]
} | |