Youtube Customiser Firefox

Examine source code of Youtube Customiser

Inspect and view changes in Youtube Customiser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.0.2",
  "short_name": "Youtube Custom",
  "name": "Youtube Customiser",
  "description": "Add and remove Youtube content panels as you wish.",
  "browser_action": {
    "default_title": "Youtube Customiser",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "22": "img/icon-22.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';"
}

Best Youtube Customiser Alternatives

Here are some Firefox add-ons that are similar to Youtube Customiser: