YouTube to Raspberry
Send YouTube videos to RaspberryPi for playback.
What is YouTube to Raspberry?
YouTube to Raspberry is a Chrome extension developed by spyGi, and its main feature is "Send YouTube videos to RaspberryPi for playback.".
Download YouTube to Raspberry Extension CRX File
Download YouTube to Raspberry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | fikamfckbnhcecpphaodneabgamhbdmc |
Official URL | https://chrome.google.com/webstore/detail/youtube-to-raspberry/fikamfckbnhcecpphaodneabgamhbdmc |
Description | Send YouTube videos to RaspberryPi for playback. |
File Size | 160 KB |
Installation Count | 86 |
Current Version | 0.1 |
Last Updated | 2014-01-12 |
Publish Date | 2014-01-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | spyGi |
Payment Type | free |
Supported Languages | 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" } } |