YouTube to Raspberry
Send YouTube videos to RaspberryPi for playback.
Cos'è YouTube to Raspberry?
YouTube to Raspberry è un'estensione di Chrome sviluppata da spyGi, e la sua funzione principale è "Send YouTube videos to RaspberryPi for playback.".
Scarica il file CRX dell'estensione YouTube to Raspberry
Scarica i file di estensione YouTube to Raspberry 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
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fikamfckbnhcecpphaodneabgamhbdmc |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-to-raspberry/fikamfckbnhcecpphaodneabgamhbdmc |
Descrizione | Send YouTube videos to RaspberryPi for playback. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-01-12 |
Data di Pubblicazione | 2014-01-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | spyGi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |