Annoying Typo Generator

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

Cos'è Annoying Typo Generator?

Annoying Typo Generator è un'estensione di Chrome sviluppata da Trufa, e la sua funzione principale è "This extension seamlessly makes typos as you type, install it to annoy the hell people.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Annoying Typo Generator

Scarica i file di estensione Annoying Typo Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
URL Ufficiale https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Descrizione This extension seamlessly makes typos as you type, install it to annoy the hell people.
Dimensione del File 49.51 KB
Conteggio Installazioni 604
Versione Corrente 1.1
Ultimo Aggiornamento 2013-04-01
Data di Pubblicazione 2013-04-01
Valutazione 3.83/5 Totale 18 Valutazioni
Sviluppatore Trufa
Tipo di Pagamento free
Sito Web dell'Estensione http://trufa.github.com/annoying-typo-generator/
URL della Pagina di Aiuto https://github.com/trufa/annoying-typo-generator/issues
Lingue Supportate 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"
            ]
        }
    ]
}