YouTubeDJ

Play all YouTubes from Facebook user or page.

什么是YouTubeDJ?

YouTubeDJ是由https://www.youtubedj.net开发的Chrome扩展程序,该扩展的主要功能是“Play all YouTubes from Facebook user or page.”。

扩展截图

screenshot

下载YouTubeDJ扩展crx文件

下载YouTubeDJ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Go to any Facebook user or page and click icon in address bar to play all YouTubes like a radio station.

This application was not developed by Google Inc. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

扩展基本信息

名称 YouTubeDJ YouTubeDJ
ID caedepagkeljijgohlgelibbnldpkfgk
官方URL https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk
简介 Play all YouTubes from Facebook user or page.
文件大小 18.97 KB
安装次数 114
当前版本 1.1
更新时间 2013-01-18
上架时间 2013-01-18
评分 5.00/5 共1次评分
开发者 https://www.youtubedj.net
付费类型 free
扩展官网 http://www.youtubedj.net
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTubeDJ",
    "description": "Play all YouTubes from Facebook user or page.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "ytdj_logo_19.png",
        "default_title": "Play this in YouTubeDJ"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "ytdj_logo_48.png",
        "128": "ytdj_logo_128_cws.png"
    }
}