#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Wat is #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler is een Chrome-extensie ontwikkeld door spiltcoffee, en de belangrijkste functie is "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Extensie Screenshots
Download het CRX-bestand van de extensie #GooberGabber - GamerGate Word Scrambler
Download #GooberGabber - GamerGate Word Scrambler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Officiële URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Beschrijving | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Bestandsgrootte | 30.53 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-08-18 |
| Publicatiedatum | 2016-08-18 |
| Beoordeling | 4.00/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | spiltcoffee |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/spiltcoffee/goobergabber |
| URL van de Privacybeleid Pagina | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Ondersteunde Talen | 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"
}
]
} | |