#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Co to jest #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler to rozszerzenie Chrome opracowane przez spiltcoffee, a jego główną funkcją jest „Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia #GooberGabber - GamerGate Word Scrambler
Pobierz pliki rozszerzeń #GooberGabber - GamerGate Word Scrambler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Oficjalny URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Opis | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Rozmiar pliku | 30.53 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2016-08-18 |
| Data Publikacji | 2016-08-18 |
| Ocena | 4.00/5 Łącznie 12 Oceny |
| Deweloper | spiltcoffee |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/spiltcoffee/goobergabber |
| Adres URL Strony Polityki Prywatności | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Obsługiwane Języki | 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"
}
]
} | |