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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube to Raspberry YouTube to Raspberry
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"
    }
}