#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
¿Qué es #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler es una extensión de Chrome desarrollada por spiltcoffee, y su función principal es "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión #GooberGabber - GamerGate Word Scrambler
Descarga archivos de extensión #GooberGabber - GamerGate Word Scrambler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| URL Oficial | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Descripción | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Tamaño del Archivo | 30.53 KB |
| Cantidad de Instalaciones | 23 |
| Versión Actual | 1.2 |
| Última Actualización | 2016-08-18 |
| Fecha de Publicación | 2016-08-18 |
| Calificación | 4.00/5 Total de 12 Calificaciones |
| Desarrollador | spiltcoffee |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/spiltcoffee/goobergabber |
| URL de la Página de Política de Privacidad | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Idiomas Soportados | 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"
}
]
} | |