The Garnisher

Replaces words with other words to create funny scenarios.

Vad är The Garnisher?

The Garnisher är en Chrome-tillägg utvecklad av Elliot Brazier, och dess huvudfunktion är "Replaces words with other words to create funny scenarios.".

Tilläggsskärmbilder

screenshot

Ladda ner The Garnisher-förlängningens CRX-fil

Ladda ner The Garnisher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Officiell webbadress https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Beskrivning Replaces words with other words to create funny scenarios.
Filstorlek 15.84 KB
Antal Installationer 20
Aktuell Version 1.12
Senast Uppdaterad 2016-01-08
Publiceringsdatum 2016-01-08
Betyg 1.75/5 Totalt 4 Betyg
Utvecklare Elliot Brazier
Betalningssätt free
Stödda Språk 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"
        }
    ]
}