Clean Google Search Page Firefox

Examine source code of Clean Google Search Page

By: Alexey
Inspect and view changes in Clean Google Search Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Clean Google Search Page",
  "version": "1.1.0",
  "manifest_version": 3,
  "description": "Extension adds button that hides AI answer and questions about query from google search results page.",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "icons": {
    "32": "images/icons/Switch 32.png",
    "48": "images/icons/Switch 48.png",
    "64": "images/icons/Switch 64.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.google.com/search?*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aleksejsdr@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "homepage_url": "https://github.com/lipaev/clean-google-page"
}

Best Clean Google Search Page Alternatives

Here are some Firefox add-ons that are similar to Clean Google Search Page: