Netflix Controller Support
Allows one to control a netflix watch page with an xbox (only tested) controller.
Wat is Netflix Controller Support?
Netflix Controller Support is een Chrome-extensie ontwikkeld door http://aubronwood.com, en de belangrijkste functie is "Allows one to control a netflix watch page with an xbox (only tested) controller.".
Download het CRX-bestand van de extensie Netflix Controller Support
Download Netflix Controller Support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | flakmgbknagcohphpoogebajjbmlmngh |
Officiële URL | https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh |
Beschrijving | Allows one to control a netflix watch page with an xbox (only tested) controller. |
Bestandsgrootte | 46.4 KB |
Aantal Installaties | 157 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-10-13 |
Publicatiedatum | 2014-10-13 |
Beoordeling | 2.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://aubronwood.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |