The Garnisher

Replaces words with other words to create funny scenarios.

Hvad er The Garnisher?

The Garnisher er en Chrome-udvidelse udviklet af Elliot Brazier, og dens hovedfunktion er "Replaces words with other words to create funny scenarios.".

Udvidelsesskærmbilleder

screenshot

Download The Garnisher-udvidelses-CRX-fil

Download The Garnisher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Officiel URL https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Beskrivelse Replaces words with other words to create funny scenarios.
Filstørrelse 15.84 KB
Antal Installationer 20
Nuværende Version 1.12
Senest Opdateret 2016-01-08
Udgivelsesdato 2016-01-08
Bedømmelse 1.75/5 Samlet 4 Bedømmelser
Udvikler Elliot Brazier
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}