Annoying Typo Generator

This extension seamlessly makes typos as you type, install it to annoy the hell people.

O que é Annoying Typo Generator?

Annoying Typo Generator é uma extensão do Chrome desenvolvida por Trufa, e sua principal característica é "This extension seamlessly makes typos as you type, install it to annoy the hell people.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Annoying Typo Generator

Baixe arquivos de extensão Annoying Typo Generator 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

                        An extension that interacts with the text areas and inputs of any page you go to.

As you type it will seamlessly produce typos.

The kind of errors it will randomly produce are:

 - Change one character to a character close in the keyboard.
 - Ignore the space keypress.
 - Duplicate a key stroke.
 - Ignore a keystroke.

It will basically annoy the hell out of anyone that has this installed.

Note: it will not interact with the inputs with the type parameter set to password, this is to allow any unknowing user to login anywhere.                    

Informações Básicas da Extensão

Nome Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
URL Oficial https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Descrição This extension seamlessly makes typos as you type, install it to annoy the hell people.
Tamanho do Arquivo 49.51 KB
Contagem de Instalações 604
Versão Atual 1.1
Última Atualização 2013-04-01
Data de Publicação 2013-04-01
Classificação 3.83/5 Total de 18 Avaliações
Desenvolvedor Trufa
Tipo de Pagamento free
Site da Extensão http://trufa.github.com/annoying-typo-generator/
URL da Página de Ajuda https://github.com/trufa/annoying-typo-generator/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Typo Generator",
    "description": "This extension seamlessly makes typos as you type, install it to annoy the hell people.",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ]
}