Remove Google Shopping Tab Firefox

Examine source code of Remove Google Shopping Tab

Inspect and view changes in Remove Google Shopping Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Google Shopping Tab",
  "description": "Hide the Shopping tab from Google Search results.",
  "version": "1.0.0",
  "permissions": [
    "https://www.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "remove-google-shopping-tab-20260523@felix-extension",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Remove Google Shopping Tab Alternatives

Here are some Firefox add-ons that are similar to Remove Google Shopping Tab: