Anonymous to 15 year old kid

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

Hvad er Anonymous to 15 year old kid?

Anonymous to 15 year old kid er en Chrome-udvidelse udviklet af amonije, og dens hovedfunktion er "Replaces the text 'anonymous' by '15 year old kid'.".

Udvidelsesskærmbilleder

screenshot

Download Anonymous to 15 year old kid-udvidelses-CRX-fil

Download Anonymous to 15 year old kid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
Officiel URL https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Beskrivelse Replaces the text 'anonymous' by '15 year old kid'.
Filstørrelse 3.66 KB
Antal Installationer 28
Nuværende Version 1.2
Senest Opdateret 2015-11-30
Udgivelsesdato 2015-11-30
Bedømmelse 3.83/5 Samlet 6 Bedømmelser
Udvikler amonije
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}