YouTubeDJ
Play all YouTubes from Facebook user or page.
什麼是YouTubeDJ?
YouTubeDJ是由https://www.youtubedj.net開發的Chrome擴展程式,該擴展的主要功能是“Play all YouTubes from Facebook user or page.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | caedepagkeljijgohlgelibbnldpkfgk |
| 官方網址 | 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"
}
} | |