Anonymous to 15 year old kid

Replaces the text 'anonymous' by '15 year old kid'.

Cos'è Anonymous to 15 year old kid?

Anonymous to 15 year old kid è un'estensione di Chrome sviluppata da amonije, e la sua funzione principale è "Replaces the text 'anonymous' by '15 year old kid'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anonymous to 15 year old kid

Scarica i file di estensione Anonymous to 15 year old kid 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

                        This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny.


FAQ:

- Why ?
--> Because

- It's not funny
--> I don't care

Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.                    

Informazioni di Base sull'Estensione

Nome Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
URL Ufficiale https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Descrizione Replaces the text 'anonymous' by '15 year old kid'.
Dimensione del File 3.66 KB
Conteggio Installazioni 28
Versione Corrente 1.2
Ultimo Aggiornamento 2015-11-30
Data di Pubblicazione 2015-11-30
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore amonije
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonymous to 15 year old kid",
    "version": "1.2",
    "description": "Replaces the text 'anonymous' by '15 year old kid'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}