Google Maps Button (EU Fix) Firefox

Examine source code of Google Maps Button (EU Fix)

Inspect and view changes in Google Maps Button (EU Fix) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Maps Button (EU Fix)",
  "version": "1.2",
  "description": "Restores the missing Google Maps tab on Google Search results for EU users affected by the Digital Markets Act.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Google Maps Button (EU Fix)"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "google-maps-button-eu@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Google Maps Button (EU Fix) Alternatives

Here are some Firefox add-ons that are similar to Google Maps Button (EU Fix):