YouTube to Raspberry

Send YouTube videos to RaspberryPi for playback.

什么是YouTube to Raspberry?

YouTube to Raspberry是由spyGi开发的Chrome扩展程序,该扩展的主要功能是“Send YouTube videos to RaspberryPi for playback.”。

下载YouTube to Raspberry扩展crx文件

下载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"
    }
}