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…
Hvad er ControlPC - Remote for Netflix?
ControlPC - Remote for Netflix er en Chrome-udvidelse udviklet af https://controlpc.app, og dens hovedfunktion er "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".
Udvidelsesskærmbilleder
Download ControlPC - Remote for Netflix-udvidelses-CRX-fil
Download ControlPC - Remote for Netflix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
| Officiel URL | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
| Beskrivelse | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
| Filstørrelse | 948 KB |
| Antal Installationer | 303 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2022-11-10 |
| Udgivelsesdato | 2022-11-03 |
| Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
| Udvikler | https://controlpc.app |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://controlpc.app/privacy |
| Understøttede Sprog | 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"
]
}
]
} | |