#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Qu'est-ce que #GooberGabber - GamerGate Word Scrambler ?
#GooberGabber - GamerGate Word Scrambler est une extension Chrome développée par spiltcoffee, et sa fonction principale est "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension #GooberGabber - GamerGate Word Scrambler
Téléchargez les fichiers d'extension #GooberGabber - GamerGate Word Scrambler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | #GooberGabber - GamerGate Word Scrambler |
ID | efeahgomdginngpicicpkkbmgmcjembl |
URL Officiel | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
Description | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
Taille du Fichier | 30.53 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-08-18 |
Date de Publication | 2016-08-18 |
Évaluation | 4.00/5 Total 12 Évaluations |
Développeur | spiltcoffee |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/spiltcoffee/goobergabber |
URL de la Page de Politique de Confidentialité | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
Langues Prises en Charge | 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" } ] } |