VideoNail - Floating YouTube Firefox

Examine source code of VideoNail - Floating YouTube

Inspect and view changes in VideoNail - Floating YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VideoNail - Floating YouTube PiP Player",
  "description": "Watch YouTube videos on any site in a floating, always on top window.",
  "version": "0.2.9resigned1",
  "browser_action": {
    "default_title": "VideoNail",
    "default_popup": "popupMenu.html",
    "default_icon": {
      "16": "assets/VideoNail_x16.png",
      "32": "assets/VideoNail_x32.png",
      "48": "assets/VideoNail_x48.png",
      "64": "assets/VideoNail_x64.png",
      "128": "assets/VideoNail_x128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "videonail.css"
      ],
      "js": [
        "functions.js",
        "global-vars.js",
        "handlers.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "assets/VideoNail_x16.png",
    "32": "assets/VideoNail_x32.png",
    "48": "assets/VideoNail_x48.png",
    "64": "assets/VideoNail_x64.png",
    "128": "assets/VideoNail_x128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/",
    "https://*/",
    "webNavigation",
    "storage",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "browser-script.js",
    "assets/window-minimize.svg",
    "assets/plus.svg",
    "assets/times.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{763e266c-38e4-411f-9dc1-77e66fc18878}"
    }
  }
}

Best VideoNail - Floating YouTube Alternatives

Here are some Firefox add-ons that are similar to VideoNail - Floating YouTube: