#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
O que é #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler é uma extensão do Chrome desenvolvida por spiltcoffee, e sua principal característica é "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão #GooberGabber - GamerGate Word Scrambler
Baixe arquivos de extensão #GooberGabber - GamerGate Word Scrambler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | #GooberGabber - GamerGate Word Scrambler |
ID | efeahgomdginngpicicpkkbmgmcjembl |
URL Oficial | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
Descrição | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
Tamanho do Arquivo | 30.53 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.2 |
Última Atualização | 2016-08-18 |
Data de Publicação | 2016-08-18 |
Classificação | 4.00/5 Total de 12 Avaliações |
Desenvolvedor | spiltcoffee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/spiltcoffee/goobergabber |
URL da Página de Política de Privacidade | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
Idiomas Suportados | 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" } ] } |