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…

What is ControlPC - Remote for Netflix?

ControlPC - Remote for Netflix is a Chrome extension developed by https://controlpc.app, and its main feature is "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".

Extension Screenshots

screenshot

Download ControlPC - Remote for Netflix Extension CRX File

Download ControlPC - Remote for Netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ControlPC - Remote for Netflix ControlPC - Remote for Netflix
ID kpdeblhfdkcdbimmlhonflnaimbmjfff
Official URL https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff
Description ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
File Size 948 KB
Installation Count 303
Current Version 0.2
Last Updated 2022-11-10
Publish Date 2022-11-03
Rating 3.40/5 Total 5 Ratings
Developer https://controlpc.app
Email [email protected]
Payment Type free
Privacy Policy Page URL https://controlpc.app/privacy
Supported Languages 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"
            ]
        }
    ]
}