Netflix Controller Support
Allows one to control a netflix watch page with an xbox (only tested) controller.
Netflix Controller Supportとは何ですか?
Netflix Controller Supportはhttp://aubronwood.comによって開発されたChromeの拡張機能で、その主な機能は「Allows one to control a netflix watch page with an xbox (only tested) controller.」です。
Netflix Controller Support拡張機能のCRXファイルをダウンロード
Netflix Controller Support拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | flakmgbknagcohphpoogebajjbmlmngh |
公式URL | https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh |
説明 | Allows one to control a netflix watch page with an xbox (only tested) controller. |
ファイルサイズ | 46.4 KB |
インストール数 | 157 |
現在のバージョン | 0.1 |
最終更新日 | 2014-10-13 |
公開日 | 2014-10-13 |
評価 | 2.80/5 合計 10 レビュー |
開発者 | http://aubronwood.com |
支払い方法 | free |
対応言語 | 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" ] } |