The Garnisher

Replaces words with other words to create funny scenarios.

Co to jest The Garnisher?

The Garnisher to rozszerzenie Chrome opracowane przez Elliot Brazier, a jego główną funkcją jest „Replaces words with other words to create funny scenarios.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Garnisher

Pobierz pliki rozszerzeń The Garnisher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Oficjalny URL https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Opis Replaces words with other words to create funny scenarios.
Rozmiar pliku 15.84 KB
Liczba instalacji 20
Aktualna Wersja 1.12
Ostatnia Aktualizacja 2016-01-08
Data Publikacji 2016-01-08
Ocena 1.75/5 Łącznie 4 Oceny
Deweloper Elliot Brazier
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}