flixRemote - Your Netflix Remote
Remote for your Netflix Stream
flixRemote - Your Netflix Remoteคืออะไร?
flixRemote - Your Netflix Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tushar Shahi และคุณลักษณะหลักของมันคือ "Remote for your Netflix Stream"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย flixRemote - Your Netflix Remote
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |