YouTube Hide Recommendations Firefox

Examine source code of YouTube Hide Recommendations

Inspect and view changes in YouTube Hide Recommendations source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Hide Recommendations",
  "version": "1.3.0",
  "description": "Hide YouTube recommendations and Shorts with a private, local-first toggle.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.youtube.com/*",
    "*://youtube.com/*",
    "*://m.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "settings.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "YouTube Hide Recommendations",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-48.svg"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-hide-recommendations@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none';"
  }
}

Best YouTube Hide Recommendations Alternatives

Here are some Firefox add-ons that are similar to YouTube Hide Recommendations: