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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |