DeGoogle

DeGoogle

Tarnation! Remove all that dern crap from links in Google search hits!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "/u/GarnyBooglSmuthySnif",
  "homepage_url": "https://old.reddit.com/r/degoogle/comments/qsh56p/degoogling_googlecom_with_my_tag_is_the_cherry_on/",
  "manifest_version": 3,
  "name": "DeGoogle",
  "version": "0.0.1.0",
  "description": "Tarnation! Remove all that dern crap from links in Google search hits!",
  "icons": {
    "16": "icons/DeGoogle_'D'_Logo.-3.c.chrome.0.c.png",
    "32": "icons/DeGoogle_'D'_Logo.-3.c.chrome.0.d.png",
    "48": "icons/DeGoogle_'D'_Logo.-3.c.chrome.0.b.png",
    "96": "icons/DeGoogle_'D'_Logo.-3.c.chrome._0.a.png",
    "128": "icons/DeGoogle_'D'_Logo.-3.c.chrome.0.a.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*"
      ],
      "js": [
        "degoogleize.js"
      ]
    }
  ],
  "options_page": "popup/popup.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}