flixRemote - Your Netflix Remote

Remote for your Netflix Stream

flixRemote - Your Netflix Remote là gì?

flixRemote - Your Netflix Remote là một tiện ích mở rộng Chrome được phát triển bởi Tushar Shahi, và tính năng chính của nó là "Remote for your Netflix Stream".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng flixRemote - Your 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 a Netflix stream using your phone.

Sit back, relax, and use your mobile phone to watch Netflix. No need to install any app on your phone.

1. Pin the flixRemote extension to Chrome
2. Generate a QR code while on Netflix
3. Scan the QR code with your phone's camera

You are done!

Note: If QR code doesn’t work, enter the code at tinyurl.com/flixRemote                    

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

Tên flixRemote - Your Netflix Remote flixRemote - Your Netflix Remote
ID jkhffbfbokiincaebolhpcfdkhiipalh
URL Chính Thức https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh
Mô tả Remote for your Netflix Stream
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-09-10
Ngày Phát Hành 2020-10-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Tushar Shahi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://remoteflix.herokuapp.com/welcome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flixRemote - Your Netflix Remote",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "Remote for your Netflix Stream",
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "flixRemote",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/www.netflix.com\/watch*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "Raleway-Bold.ttf",
        "seekScript.js"
    ],
    "manifest_version": 2
}