Disable Google Lens Firefox

Examine source code of Disable Google Lens

Inspect and view changes in Disable Google Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "fanfare",
  "name": "Disable Google Lens",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "Redirects Google Lens to the normal image results",
  "homepage_url": "https://github.com/fanfare/disablegooglelens",
  "default_locale": "en",
  "icons": {
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "https://www.google.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://lens.google.com/*"
      ],
      "include_globs": [
        "*uploadbyurl*",
        "*search*",
        "*v2/upload*",
        "*v3/upload*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea8e9a11-7d72-4b89-8aec-a0a3ac38ddef}"
    }
  }
}

Best Disable Google Lens Alternatives

Here are some Firefox add-ons that are similar to Disable Google Lens: