Anonymous to 15 year old kid

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

Was ist Anonymous to 15 year old kid?

Anonymous to 15 year old kid ist eine Chrome-Erweiterung, die von amonije entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'anonymous' by '15 year old kid'.".

Erweiterungsscreenshots

screenshot

Anonymous to 15 year old kid-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anonymous to 15 year old kid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
Offizielle URL https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Beschreibung Replaces the text 'anonymous' by '15 year old kid'.
Dateigröße 3.66 KB
Installationsanzahl 28
Aktuelle Version 1.2
Letztes Update 2015-11-30
Veröffentlichungsdatum 2015-11-30
Bewertung 3.83/5 Insgesamt 6 Bewertungen
Entwickler amonije
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}