Reintroduce Google Maps links in Search

Reintroduce Google Maps links in Search

This extension brings back all clickable links from Google Search to Google Maps (map thumbnail). Removed by European Union.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reintroduce Google Maps links in Search",
  "version": "1.0",
  "description": "This extension brings back all clickable links from Google Search to Google Maps (map thumbnail). Removed by European Union.",
  "icons": {
    "48": "48.png",
    "96": "96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "reintroduce.js"
      ]
    }
  ]
}