Annoying Typo Generator

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

Qu'est-ce que Annoying Typo Generator ?

Annoying Typo Generator est une extension Chrome développée par Trufa, et sa fonction principale est "This extension seamlessly makes typos as you type, install it to annoy the hell people.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annoying Typo Generator

Téléchargez les fichiers d'extension Annoying Typo Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
URL Officiel https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Description This extension seamlessly makes typos as you type, install it to annoy the hell people.
Taille du Fichier 49.51 KB
Nombre d'Installations 604
Version Actuelle 1.1
Dernière Mise à Jour 2013-04-01
Date de Publication 2013-04-01
Évaluation 3.83/5 Total 18 Évaluations
Développeur Trufa
Type de Paiement free
Site Web de l'Extension http://trufa.github.com/annoying-typo-generator/
URL de la Page d'Aide https://github.com/trufa/annoying-typo-generator/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}