#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Cos'è #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler è un'estensione di Chrome sviluppata da spiltcoffee, e la sua funzione principale è "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione #GooberGabber - GamerGate Word Scrambler
Scarica i file di estensione #GooberGabber - GamerGate Word Scrambler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| URL Ufficiale | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Descrizione | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Dimensione del File | 30.53 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2016-08-18 |
| Data di Pubblicazione | 2016-08-18 |
| Valutazione | 4.00/5 Totale 12 Valutazioni |
| Sviluppatore | spiltcoffee |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/spiltcoffee/goobergabber |
| URL della Pagina della Politica sulla Privacy | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Lingue Supportate | 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"
}
]
} | |