Netflix Remote
Remote for Netflix!
What is Netflix Remote?
Netflix Remote is a Chrome extension developed by https://butttons.github.io/netflix-remote, and its main feature is "Remote for Netflix!".
Extension Screenshots
Download Netflix Remote Extension CRX File
Download 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 your Netflix stream with your phone. Usage: 1. Install the extension. 2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan. 3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 4. Scan the code OR enter the ID provided there.
Extension Basic Information
Name | Netflix Remote |
ID | limeoeacpekfcanimjnnbgolggamkogd |
Official URL | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
Description | Remote for Netflix! |
File Size | 52.43 KB |
Installation Count | 1,039 |
Current Version | 1.1 |
Last Updated | 2019-01-15 |
Publish Date | 2019-01-15 |
Rating | 2.50/5 Total 8 Ratings |
Developer | https://butttons.github.io/netflix-remote |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Remote", "version": "1.1", "description": "Remote for Netflix!", "permissions": [ "declarativeContent", "storage" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "deps\/simplepeer.min.js", "deps\/socket.io.slim.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "popup\/images\/remote_16.png", "32": "popup\/images\/remote_32.png", "48": "popup\/images\/remote_48.png", "128": "popup\/images\/remote_128.png" } }, "icons": { "16": "popup\/images\/remote_16.png", "32": "popup\/images\/remote_32.png", "48": "popup\/images\/remote_48.png", "128": "popup\/images\/remote_128.png" } } |