Netflix Controller Support

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

Qu'est-ce que Netflix Controller Support ?

Netflix Controller Support est une extension Chrome développée par http://aubronwood.com, et sa fonction principale est "Allows one to control a netflix watch page with an xbox (only tested) controller.".

Télécharger le fichier CRX de l'extension Netflix Controller Support

Téléchargez les fichiers d'extension Netflix Controller Support au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Netflix Controller Support Netflix Controller Support
ID flakmgbknagcohphpoogebajjbmlmngh
URL Officiel 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.
Taille du Fichier 46.4 KB
Nombre d'Installations 157
Version Actuelle 0.1
Dernière Mise à Jour 2014-10-13
Date de Publication 2014-10-13
Évaluation 2.80/5 Total 10 Évaluations
Développeur http://aubronwood.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}