#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Was ist #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler ist eine Chrome-Erweiterung, die von spiltcoffee entwickelt wurde, und ihr Hauptmerkmal ist "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Erweiterungsscreenshots
#GooberGabber - GamerGate Word Scrambler-Erweiterungs-CRX-Datei herunterladen
Laden Sie #GooberGabber - GamerGate Word Scrambler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Offizielle URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Beschreibung | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Dateigröße | 30.53 KB |
| Installationsanzahl | 23 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2016-08-18 |
| Veröffentlichungsdatum | 2016-08-18 |
| Bewertung | 4.00/5 Insgesamt 12 Bewertungen |
| Entwickler | spiltcoffee |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/spiltcoffee/goobergabber |
| URL der Datenschutzrichtlinien-Seite | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Unterstützte Sprachen | 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"
}
]
} | |