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 |
| 公式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"
}
} | |