YouTube to Raspberry
Send YouTube videos to RaspberryPi for playback.
Apa itu YouTube to Raspberry?
YouTube to Raspberry adalah ekstensi Chrome yang dikembangkan oleh spyGi, dan fitur utamanya adalah "Send YouTube videos to RaspberryPi for playback.".
Unduh Berkas CRX Ekstensi YouTube to Raspberry
Unduh file ekstensi YouTube to Raspberry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | fikamfckbnhcecpphaodneabgamhbdmc |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-to-raspberry/fikamfckbnhcecpphaodneabgamhbdmc |
Deskripsi | Send YouTube videos to RaspberryPi for playback. |
Ukuran File | 160 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-12 |
Tanggal Publikasi | 2014-01-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | spyGi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |