The Garnisher

Replaces words with other words to create funny scenarios.

What is The Garnisher?

The Garnisher is a Chrome extension developed by Elliot Brazier, and its main feature is "Replaces words with other words to create funny scenarios.".

Extension Screenshots

screenshot

Download The Garnisher Extension CRX File

Download The Garnisher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Official URL https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Description Replaces words with other words to create funny scenarios.
File Size 15.84 KB
Installation Count 20
Current Version 1.12
Last Updated 2016-01-08
Publish Date 2016-01-08
Rating 1.75/5 Total 4 Ratings
Developer Elliot Brazier
Payment Type free
Supported Languages 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"
        }
    ]
}