#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
What is #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler is a Chrome extension developed by spiltcoffee, and its main feature is "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Extension Screenshots
Download #GooberGabber - GamerGate Word Scrambler Extension CRX File
Download #GooberGabber - GamerGate Word Scrambler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Current word count: 169. Suggestions for words? Tweet them at @spiltcoffee or make a pull request at https://github.com/spiltcoffee/goobergabber Find the Goobergabber Privacy Policy at https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy
Extension Basic Information
Name | #GooberGabber - GamerGate Word Scrambler |
ID | efeahgomdginngpicicpkkbmgmcjembl |
Official URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
Description | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
File Size | 30.53 KB |
Installation Count | 23 |
Current Version | 1.2 |
Last Updated | 2016-08-18 |
Publish Date | 2016-08-18 |
Rating | 4.00/5 Total 12 Ratings |
Developer | spiltcoffee |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/spiltcoffee/goobergabber |
Privacy Policy Page URL | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
Supported Languages | en |
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" } ] } |