Netflix Remote
Control netflix from your phone!
什麼是Netflix Remote?
Netflix Remote是由chillremote開發的Chrome擴展程式,該擴展的主要功能是“Control netflix from your phone!”。
擴展截圖
下載Netflix Remote擴展crx文件
下載Netflix Remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
官方網址 | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
簡介 | Control netflix from your phone! |
檔案大小 | 222 KB |
安裝次數 | 68 |
目前版本 | 1.1 |
更新時間 | 2019-03-23 |
上架時間 | 2019-03-23 |
開發者 | chillremote |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |