Annoying Typo Generator

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

Co to jest Annoying Typo Generator?

Annoying Typo Generator to rozszerzenie Chrome opracowane przez Trufa, a jego główną funkcją jest „This extension seamlessly makes typos as you type, install it to annoy the hell people.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Annoying Typo Generator

Pobierz pliki rozszerzeń Annoying Typo Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
Oficjalny URL https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Opis This extension seamlessly makes typos as you type, install it to annoy the hell people.
Rozmiar pliku 49.51 KB
Liczba instalacji 604
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-04-01
Data Publikacji 2013-04-01
Ocena 3.83/5 Łącznie 18 Oceny
Deweloper Trufa
Typ Płatności free
Strona Rozszerzenia http://trufa.github.com/annoying-typo-generator/
Adres URL Strony Pomocy https://github.com/trufa/annoying-typo-generator/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}