Netflix Controller Support

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

Cos'è Netflix Controller Support?

Netflix Controller Support è un'estensione di Chrome sviluppata da http://aubronwood.com, e la sua funzione principale è "Allows one to control a netflix watch page with an xbox (only tested) controller.".

Scarica il file CRX dell'estensione Netflix Controller Support

Scarica i file di estensione Netflix Controller Support in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Netflix Controller Support Netflix Controller Support
ID flakmgbknagcohphpoogebajjbmlmngh
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh
Descrizione Allows one to control a netflix watch page with an xbox (only tested) controller.
Dimensione del File 46.4 KB
Conteggio Installazioni 157
Versione Corrente 0.1
Ultimo Aggiornamento 2014-10-13
Data di Pubblicazione 2014-10-13
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore http://aubronwood.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}