#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Co je #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler je rozšíření Chrome vyvinuté spiltcoffee, a jeho hlavní funkcí je „Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření #GooberGabber - GamerGate Word Scrambler
Stáhněte si soubory rozšíření #GooberGabber - GamerGate Word Scrambler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Oficiální URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Popis | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Velikost souboru | 30.53 KB |
| Počet instalací | 23 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2016-08-18 |
| Datum Vydání | 2016-08-18 |
| Hodnocení | 4.00/5 Celkem 12 Hodnocení |
| Vývojář | spiltcoffee |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/spiltcoffee/goobergabber |
| URL Stránky Zásad Ochrany Soukromí | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Podporované Jazyky | 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"
}
]
} | |