flixRemote - Your Netflix Remote
Remote for your Netflix Stream
什麼是flixRemote - Your Netflix Remote?
flixRemote - Your Netflix Remote是由Tushar Shahi開發的Chrome擴展程式,該擴展的主要功能是“Remote for your Netflix Stream”。
擴展截圖
下載flixRemote - Your Netflix Remote擴展crx文件
下載flixRemote - Your Netflix Remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jkhffbfbokiincaebolhpcfdkhiipalh |
官方網址 | https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh |
簡介 | Remote for your Netflix Stream |
檔案大小 | 157 KB |
安裝次數 | 105 |
目前版本 | 2.2 |
更新時間 | 2022-09-10 |
上架時間 | 2020-10-20 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Tushar Shahi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://remoteflix.herokuapp.com/welcome |
支援的語言 | 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 } |