The Garnisher

Replaces words with other words to create funny scenarios.

Co je The Garnisher?

The Garnisher je rozšíření Chrome vyvinuté Elliot Brazier, a jeho hlavní funkcí je „Replaces words with other words to create funny scenarios.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Garnisher

Stáhněte si soubory rozšíření The Garnisher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Oficiální URL https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Popis Replaces words with other words to create funny scenarios.
Velikost souboru 15.84 KB
Počet instalací 20
Aktuální Verze 1.12
Poslední Aktualizace 2016-01-08
Datum Vydání 2016-01-08
Hodnocení 1.75/5 Celkem 4 Hodnocení
Vývojář Elliot Brazier
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}