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…
Was ist ControlPC - Remote for Netflix?
ControlPC - Remote for Netflix ist eine Chrome-Erweiterung, die von https://controlpc.app entwickelt wurde, und ihr Hauptmerkmal ist "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".
Erweiterungsscreenshots
ControlPC - Remote for Netflix-Erweiterungs-CRX-Datei herunterladen
Laden Sie ControlPC - Remote for Netflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
| Offizielle URL | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
| Beschreibung | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
| Dateigröße | 948 KB |
| Installationsanzahl | 303 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2022-11-10 |
| Veröffentlichungsdatum | 2022-11-03 |
| Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
| Entwickler | https://controlpc.app |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://controlpc.app/privacy |
| Unterstützte Sprachen | 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"
]
}
]
} | |