Netflix Remote
Control netflix from your phone!
What is Netflix Remote?
Netflix Remote is a Chrome extension developed by chillremote, and its main feature is "Control netflix from your phone!".
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
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
Extension Basic Information
Name | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
Official URL | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
Description | Control netflix from your phone! |
File Size | 222 KB |
Installation Count | 68 |
Current Version | 1.1 |
Last Updated | 2019-03-23 |
Publish Date | 2019-03-23 |
Developer | chillremote |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |