PopupYouTube Firefox

Examine source code of PopupYouTube

Inspect and view changes in PopupYouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "description": "Open YouTube videos in a separate window",
  "name": "PopupYouTube",
  "version": "1.1resigned1",
  "homepage_url": "https://github.com/Eun/PopupYouTube",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "applications": {
    "gecko": {
      "id": "PopupYouTube@eun.github.io"
    }
  },
  "browser_action": {
    "default_icon": "icons/empty_128.png",
    "default_title": ""
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtu.be/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "get-youtube-id.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/options.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}

Best PopupYouTube Alternatives

Here are some Firefox add-ons that are similar to PopupYouTube: