Netflix Controller Support

Allows one to control a netflix watch page with an xbox (only tested) controller.

What is Netflix Controller Support?

Netflix Controller Support is a Chrome extension developed by http://aubronwood.com, and its main feature is "Allows one to control a netflix watch page with an xbox (only tested) controller.".

Download Netflix Controller Support Extension CRX File

Download Netflix Controller Support 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 intended to be used with NetfliXBMC - An XBMC plugin that opens chrome in kiosk mode on netflix watch pages as a method of playing netflix via XBMC.

This extension allows you to use an xbox 360 controller with that page, including support for seeking, volume up/down, and closing chrome.

Please report any bugs to https://github.com/Aubron/Netflix-Controller                    

Extension Basic Information

Name Netflix Controller Support Netflix Controller Support
ID flakmgbknagcohphpoogebajjbmlmngh
Official URL https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh
Description Allows one to control a netflix watch page with an xbox (only tested) controller.
File Size 46.4 KB
Installation Count 157
Current Version 0.1
Last Updated 2014-10-13
Publish Date 2014-10-13
Rating 2.80/5 Total 10 Ratings
Developer http://aubronwood.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.netflix.com\/WiPlayer*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "netflix48.png",
        "128": "netflix128.png"
    },
    "description": "Allows one to control a netflix watch page with an xbox (only tested) controller.",
    "name": "Netflix Controller Support",
    "version": "0.1",
    "permissions": [
        "tabs"
    ]
}