YouTubeDJ

YouTubeDJ

Play all YouTubes from Facebook user or page.

Merlin
Additional files are visible only to premium users

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