Netflix Remote

Remote for Netflix!

Netflix Remote là gì?

Netflix Remote là một tiện ích mở rộng Chrome được phát triển bởi https://butttons.github.io/netflix-remote, và tính năng chính của nó là "Remote for Netflix!".

Ả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 Netflix Remote

Tải xuống các tệp mở rộng Netflix Remote 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

                        Control your Netflix stream with your phone.

Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 
4. Scan the code OR enter the ID provided there.                    

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

Tên Netflix Remote Netflix Remote
ID limeoeacpekfcanimjnnbgolggamkogd
URL Chính Thức https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd
Mô tả Remote for Netflix!
Kích Thước Tệp 52.43 KB
Số Lần Cài Đặt 1,039
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-01-15
Ngày Phát Hành 2019-01-15
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://butttons.github.io/netflix-remote
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Remote for Netflix!",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "deps\/simplepeer.min.js",
                "deps\/socket.io.slim.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "popup\/images\/remote_16.png",
            "32": "popup\/images\/remote_32.png",
            "48": "popup\/images\/remote_48.png",
            "128": "popup\/images\/remote_128.png"
        }
    },
    "icons": {
        "16": "popup\/images\/remote_16.png",
        "32": "popup\/images\/remote_32.png",
        "48": "popup\/images\/remote_48.png",
        "128": "popup\/images\/remote_128.png"
    }
}