YouTube Background Player Firefox

Examine source code of YouTube Background Player

By: sahil
Inspect and view changes in YouTube Background Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Background Player",
  "version": "1.0",
  "description": "Play YouTube videos in the background with speed and resolution settings.",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{001189c5-2da7-48a3-ae29-8a338c10481f}"
    }
  }
}

Best YouTube Background Player Alternatives

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