DeFANG

DeFANG

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "/u/GarnyBooglSmuthySnif",
  "homepage_url": "https://old.reddit.com/r/degoogle/comments/qsh56p/degoogling_googlecom_with_my_tag_is_the_cherry_on/",
  "manifest_version": 2,
  "name": "DeFANG",
  "version": "0.0.1.2",
  "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"
      ],
      "runAt": "document_end"
    }
  ],
  "options_page": "popup/popup.html",
  "web_accessible_resources": [
    "icons/status.92.x.30.0.a.png"
  ]
}