YouTubeDJ
Play all YouTubes from Facebook user or page.
What is YouTubeDJ?
YouTubeDJ is a Chrome extension developed by https://www.youtubedj.net, and its main feature is "Play all YouTubes from Facebook user or page.".
Extension Screenshots
Download YouTubeDJ Extension CRX File
Download YouTubeDJ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTubeDJ |
ID | caedepagkeljijgohlgelibbnldpkfgk |
Official URL | https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk |
Description | Play all YouTubes from Facebook user or page. |
File Size | 18.97 KB |
Installation Count | 114 |
Current Version | 1.1 |
Last Updated | 2013-01-18 |
Publish Date | 2013-01-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.youtubedj.net |
Payment Type | free |
Extension Website | http://www.youtubedj.net |
Supported Languages | 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" } } |