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…

Apa itu ControlPC - Remote for Netflix?

ControlPC - Remote for Netflix adalah ekstensi Chrome yang dikembangkan oleh https://controlpc.app, dan fitur utamanya adalah "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ControlPC - Remote for Netflix

Unduh file ekstensi ControlPC - Remote for Netflix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ControlPC - Remote for Netflix ControlPC - Remote for Netflix
ID kpdeblhfdkcdbimmlhonflnaimbmjfff
URL Resmi https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff
Deskripsi ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
Ukuran File 948 KB
Jumlah Instalasi 303
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-11-10
Tanggal Publikasi 2022-11-03
Penilaian 3.40/5 Total 5 Penilaian
Pengembang https://controlpc.app
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://controlpc.app/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}