The Garnisher

Replaces words with other words to create funny scenarios.

¿Qué es The Garnisher?

The Garnisher es una extensión de Chrome desarrollada por Elliot Brazier, y su función principal es "Replaces words with other words to create funny scenarios.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Garnisher

Descarga archivos de extensión The Garnisher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
URL Oficial https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Descripción Replaces words with other words to create funny scenarios.
Tamaño del Archivo 15.84 KB
Cantidad de Instalaciones 20
Versión Actual 1.12
Última Actualización 2016-01-08
Fecha de Publicación 2016-01-08
Calificación 1.75/5 Total de 4 Calificaciones
Desarrollador Elliot Brazier
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}