Outside YouTube Player Bar Firefox

Examine source code of Outside YouTube Player Bar

By: 1natsu
Inspect and view changes in Outside YouTube Player Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "5.0.1",
  "short_name": "__MSG_appShortName__",
  "icons": {
    "16": "/images/icon-16.png",
    "32": "/images/icon-32.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "youtube-mainworld.js",
    "content-scripts/youtube.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c3b7240-7017-430b-b03c-432e61ee3a82}",
      "strict_min_version": "58.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "content-scripts/youtube.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "/images/icon-16.png",
      "32": "/images/icon-32.png",
      "48": "/images/icon-48.png",
      "128": "/images/icon-128.png"
    },
    "default_title": "__MSG_browserActionTitle__"
  }
}

Best Outside YouTube Player Bar Alternatives

Here are some Firefox add-ons that are similar to Outside YouTube Player Bar: