Google Plus Youtube Playlist

Google Plus Youtube Playlist

Google Plus Youtube Playlist brings an Youtube Playlist with Google Plus integration right into your Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Google Plus YouTube Playlist",
  "homepage_url": "http://barisderin.com",
  "manifest_version": 2,
  "name": "Google Plus YouTube Playlist",
  "version": "61.5resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    }
  },
  "sidebar_action": {
    "default_title": "Google Plus YouTube Playlist",
    "default_panel": "sidebar.html",
    "default_icon": "sidebar.png"
  },
  "icons": {
    "48": "images/icon48.png"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Y",
        "mac": "Alt+Y"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "{f6bda494-afbe-4eaa-9abe-323969af1e67}"
    }
  }
}