#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Vad är #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler är en Chrome-tillägg utvecklad av spiltcoffee, och dess huvudfunktion är "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Tilläggsskärmbilder
Ladda ner #GooberGabber - GamerGate Word Scrambler-förlängningens CRX-fil
Ladda ner #GooberGabber - GamerGate Word Scrambler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Officiell webbadress | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Beskrivning | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Filstorlek | 30.53 KB |
| Antal Installationer | 23 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-08-18 |
| Publiceringsdatum | 2016-08-18 |
| Betyg | 4.00/5 Totalt 12 Betyg |
| Utvecklare | spiltcoffee |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/spiltcoffee/goobergabber |
| URL till Sekretesspolicy Sidan | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Stödda Språk | 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"
}
]
} | |