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 là gì?

ControlPC - Remote for Netflix là một tiện ích mở rộng Chrome được phát triển bởi https://controlpc.app, và tính năng chính của nó là "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ControlPC - Remote for Netflix

Tải xuống các tệp mở rộng ControlPC - Remote for Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ControlPC - Remote for Netflix ControlPC - Remote for Netflix
ID kpdeblhfdkcdbimmlhonflnaimbmjfff
URL Chính Thức https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff
Mô tả ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
Kích Thước Tệp 948 KB
Số Lần Cài Đặt 303
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2022-11-03
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://controlpc.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://controlpc.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}