The Garnisher
Replaces words with other words to create funny scenarios.
O que é The Garnisher?
The Garnisher é uma extensão do Chrome desenvolvida por Elliot Brazier, e sua principal característica é "Replaces words with other words to create funny scenarios.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Garnisher
Baixe arquivos de extensão The Garnisher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
                        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                     Informações Básicas da Extensão
| Nome |  | 
| ID | flaclgjgcobhpciikknpohdmcjciejag | 
| URL Oficial | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag | 
| Descrição | Replaces words with other words to create funny scenarios. | 
| Tamanho do Arquivo | 15.84 KB | 
| Contagem de Instalações | 20 | 
| Versão Atual | 1.12 | 
| Última Atualização | 2016-01-08 | 
| Data de Publicação | 2016-01-08 | 
| Classificação | 1.75/5 Total de 4 Avaliações | 
| Desenvolvedor | Elliot Brazier | 
| Tipo de Pagamento | free | 
| Idiomas Suportados | 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"
        }
    ]
} | |