#GooberGabber - GamerGate Word Scrambler

#GooberGabber - GamerGate Word Scrambler

Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "#GooberGabber - GamerGate Word Scrambler",
  "short_name": "GooberGabber",
  "description": "Replaces \"GamerGate\" with other G words. Also replaces \"GamerGater\" with \"Alligator\".",
  "version": "1.2",
  "author": "spiltcoffee",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "goobergabber.js"
      ],
      "run_at": "document_end"
    }
  ]
}