Netflix Remote
Control netflix from your phone!
Netflix Remote là gì?
Netflix Remote là một tiện ích mở rộng Chrome được phát triển bởi chillremote, và tính năng chính của nó là "Control netflix from your phone!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
This extension is required to use the Chillremote app to control Netflix. 1. Install Chillremote add-on 2. Install Chillremote app on your phone 3. Click on the Chillremote add-on icon to show your QR Code 4. Scan your QR code with the app
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
Mô tả | Control netflix from your phone! |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-03-23 |
Ngày Phát Hành | 2019-03-23 |
Nhà Phát Triển | chillremote |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Remote", "version": "1.1", "description": "Control netflix from your phone!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "auto_answer.js" ] } ], "page_action": { "default_popup": "qr.html", "default_icon": { "32": "icon.png", "48": "[email protected]", "128": "[email protected]" } }, "manifest_version": 2 } |