The Garnisher
Replaces words with other words to create funny scenarios.
Wat is The Garnisher?
The Garnisher is een Chrome-extensie ontwikkeld door Elliot Brazier, en de belangrijkste functie is "Replaces words with other words to create funny scenarios.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Garnisher
Download The Garnisher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | flaclgjgcobhpciikknpohdmcjciejag |
| Officiële URL | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
| Beschrijving | Replaces words with other words to create funny scenarios. |
| Bestandsgrootte | 15.84 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.12 |
| Laatst Bijgewerkt | 2016-01-08 |
| Publicatiedatum | 2016-01-08 |
| Beoordeling | 1.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Elliot Brazier |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |