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…
Vad är ControlPC - Remote for Netflix?
ControlPC - Remote for Netflix är en Chrome-tillägg utvecklad av https://controlpc.app, och dess huvudfunktion är "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".
Tilläggsskärmbilder
Ladda ner ControlPC - Remote for Netflix-förlängningens CRX-fil
Ladda ner ControlPC - Remote for Netflix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ControlPC - Remote for Netflix |
ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
Officiell webbadress | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
Beskrivning | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
Filstorlek | 948 KB |
Antal Installationer | 303 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-11-10 |
Publiceringsdatum | 2022-11-03 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | https://controlpc.app |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://controlpc.app/privacy |
Stödda Språk | 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" ] } ] } |