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…

ControlPC - Remote for Netflixคืออะไร?

ControlPC - Remote for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://controlpc.app และคุณลักษณะหลักของมันคือ "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ControlPC - Remote for Netflix

ดาวน์โหลดไฟล์ส่วนขยาย ControlPC - Remote for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ControlPC - Remote for Netflix ControlPC - Remote for Netflix
ID kpdeblhfdkcdbimmlhonflnaimbmjfff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff
คำอธิบาย ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
ขนาดไฟล์ 948 KB
จำนวนการติดตั้ง 303
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-11-10
วันที่เผยแพร่ 2022-11-03
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://controlpc.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://controlpc.app/privacy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}