The Garnisher

Replaces words with other words to create funny scenarios.

Cos'è The Garnisher?

The Garnisher è un'estensione di Chrome sviluppata da Elliot Brazier, e la sua funzione principale è "Replaces words with other words to create funny scenarios.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Garnisher

Scarica i file di estensione The Garnisher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
URL Ufficiale https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Descrizione Replaces words with other words to create funny scenarios.
Dimensione del File 15.84 KB
Conteggio Installazioni 20
Versione Corrente 1.12
Ultimo Aggiornamento 2016-01-08
Data di Pubblicazione 2016-01-08
Valutazione 1.75/5 Totale 4 Valutazioni
Sviluppatore Elliot Brazier
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}