YouTube to Raspberry
Send YouTube videos to RaspberryPi for playback.
YouTube to Raspberryとは何ですか?
YouTube to RaspberryはspyGiによって開発されたChromeの拡張機能で、その主な機能は「Send YouTube videos to RaspberryPi for playback.」です。
YouTube to Raspberry拡張機能のCRXファイルをダウンロード
YouTube to Raspberry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Alpha version. To be used in conjunction with a server on the RaspberryPi, like https://github.com/spygi/personal/blob/master/raspberry-youtube/server.py
拡張機能の基本情報
名前 | ![]() |
ID | fikamfckbnhcecpphaodneabgamhbdmc |
公式URL | https://chrome.google.com/webstore/detail/youtube-to-raspberry/fikamfckbnhcecpphaodneabgamhbdmc |
説明 | Send YouTube videos to RaspberryPi for playback. |
ファイルサイズ | 160 KB |
インストール数 | 86 |
現在のバージョン | 0.1 |
最終更新日 | 2014-01-12 |
公開日 | 2014-01-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | spyGi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube to Raspberry", "short_name": "YouTube<->Pi", "description": "Send YouTube videos to RaspberryPi for playback.", "version": "0.1", "permissions": [ "tabs", "background", "http:\/\/*\/" ], "background": { "scripts": [ "bootstrap.js" ], "persistent": true }, "page_action": { "default_icon": "logo.png" } } |