flixRemote - Your Netflix Remote
Remote for your Netflix Stream
What is flixRemote - Your Netflix Remote?
flixRemote - Your Netflix Remote is a Chrome extension developed by Tushar Shahi, and its main feature is "Remote for your Netflix Stream".
Extension Screenshots
Download flixRemote - Your Netflix Remote Extension CRX File
Download flixRemote - Your Netflix Remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jkhffbfbokiincaebolhpcfdkhiipalh |
Official URL | https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh |
Description | Remote for your Netflix Stream |
File Size | 157 KB |
Installation Count | 105 |
Current Version | 2.2 |
Last Updated | 2022-09-10 |
Publish Date | 2020-10-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Tushar Shahi |
[email protected] | |
Payment Type | free |
Extension Website | https://remoteflix.herokuapp.com/welcome |
Supported Languages | 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 } |