uPop -- Make Your YouTube Experience Awesome

uPop -- Make Your YouTube Experience Awesome

Helps you view & manage multiple ad-free youtube videos in a single tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "uPop -- Make Your YouTube Experience Awesome",
  "description": "Helps you view & manage multiple ad-free youtube videos in a single tab.",
  "version": "2.0.1",
  "icons": {
    "128": "front.png"
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "uPop -- Make Your YouTube Experience Awesome",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "wikibeautify.js",
        "jquery-1.10.2.js",
        "jquery-ui.js",
        "jquery.dialogextend.js"
      ],
      "css": [
        "jquery-ui.css",
        "wikibeautify.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "*://*.youtube.com/*"
  ],
  "web_accessible_resources": [
    "images/*",
    "icon.png",
    "ajax-loader.gif",
    "media021.gif"
  ]
}