The Garnisher
Replaces words with other words to create funny scenarios.
Was ist The Garnisher?
The Garnisher ist eine Chrome-Erweiterung, die von Elliot Brazier entwickelt wurde, und ihr Hauptmerkmal ist "Replaces words with other words to create funny scenarios.".
Erweiterungsscreenshots
The Garnisher-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Garnisher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Garnisher is designed to mess with your webpage by making grammar and spelling errors Donald Trump -> Donald Duck Hillary (Rodham) Clinton -> Hill (Hamrod) Dog Uppercase I's are now lowercase Investigated -> instigated Can't -> can seven -> 7 Their and they're -> there whose -> whos Obama -> Osama debate -> dance-off self driving -> uncontrollably swerving poll -> psychic reading horsepower -> tons of horsemeat candidate -> airbender drone -> dog vows to -> probably won't at large -> very large successfully -> suddenly expands -> physically expands an unknown number -> like hundreds front runner -> blade runner global -> spherical no indication -> lots of signs I would not recommend using this for anything other than pranking
Grundlegende Informationen zur Erweiterung
Name | The Garnisher |
ID | flaclgjgcobhpciikknpohdmcjciejag |
Offizielle URL | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
Beschreibung | Replaces words with other words to create funny scenarios. |
Dateigröße | 15.84 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.12 |
Letztes Update | 2016-01-08 |
Veröffentlichungsdatum | 2016-01-08 |
Bewertung | 1.75/5 Insgesamt 4 Bewertungen |
Entwickler | Elliot Brazier |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Garnisher", "description": "Replaces words with other words to create funny scenarios.", "version": "1.12", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*\/*\/*" ], "js": [ "findandreplacedomtext.js", "content.js" ], "run_at": "document_end" } ] } |