Youtube Brainrot Blocker Firefox

Examine source code of Youtube Brainrot Blocker

By: Airo
Inspect and view changes in Youtube Brainrot Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Brainrot Blocker",
  "version": "1.0.1",
  "description": "Block YouTube Shorts, hide recommended videos, and redirect home to subscriptions.",
  "browser_specific_settings": {
    "gecko": {
      "id": "brainrot-blocker@airo",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Youtube Brainrot Blocker",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon96.png"
  }
}

Best Youtube Brainrot Blocker Alternatives

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