Reflix

Control Netflix in Google Chrome from the comfort of your phone.

What is Reflix?

Reflix is a Chrome extension developed by https://netflixremote.com, and its main feature is "Control Netflix in Google Chrome from the comfort of your phone.".

Extension Screenshots

screenshot

Download Reflix Extension CRX File

Download Reflix 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 Netflix in Google Chrome from the comfort of your phone.                    

Extension Basic Information

Name Reflix Reflix
ID lnfnmcgdbfjenenkmcioobpcgjplbieg
Official URL https://chromewebstore.google.com/detail/reflix/lnfnmcgdbfjenenkmcioobpcgjplbieg
Description Control Netflix in Google Chrome from the comfort of your phone.
File Size 187 KB
Installation Count 50
Current Version 2.0.0
Last Updated 2018-06-16
Publish Date 2018-06-16
Rating 5.00/5 Total 1 Ratings
Developer https://netflixremote.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reflix",
    "version": "2.0.0",
    "background": {
        "scripts": [
            "background.build.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.build.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.build.js"
    ]
}