YouTube Sidebar Remover Firefox

Examine source code of YouTube Sidebar Remover

Inspect and view changes in YouTube Sidebar Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Sidebar Remover",
  "version": "1.0.0",
  "description": "Removes YouTube's distracting sidebar with suggested videos for better focus",
  "permissions": [
    "storage",
    "https://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "YouTube Sidebar Remover",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "youtube-sidebar-remover@sadeghizad",
      "strict_min_version": "78.0"
    }
  }
}

Best YouTube Sidebar Remover Alternatives

Here are some Firefox add-ons that are similar to YouTube Sidebar Remover: