YouTube to Raspberry
Send YouTube videos to RaspberryPi for playback.
Что такое YouTube to Raspberry?
YouTube to Raspberry - это расширение Chrome, разработанное spyGi, и его основная функция - "Send YouTube videos to RaspberryPi for playback.".
Скачать файл CRX расширения YouTube to Raspberry
Скачайте файлы расширений 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" } } |