YouTube Bloat Remover Toggle Firefox

Examine source code of YouTube Bloat Remover Toggle

Inspect and view changes in YouTube Bloat Remover Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Bloat Remover Toggle",
  "version": "1.1.2",
  "description": "Debloats YouTube by hiding unwanted elements",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-debloater@victorbonte.local"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "YouTube Bloat Remover",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best YouTube Bloat Remover Toggle Alternatives

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