Anonymous to 15 year old kid

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

Vad är Anonymous to 15 year old kid?

Anonymous to 15 year old kid är en Chrome-tillägg utvecklad av amonije, och dess huvudfunktion är "Replaces the text 'anonymous' by '15 year old kid'.".

Tilläggsskärmbilder

screenshot

Ladda ner Anonymous to 15 year old kid-förlängningens CRX-fil

Ladda ner Anonymous to 15 year old kid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
Officiell webbadress https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Beskrivning Replaces the text 'anonymous' by '15 year old kid'.
Filstorlek 3.66 KB
Antal Installationer 28
Aktuell Version 1.2
Senast Uppdaterad 2015-11-30
Publiceringsdatum 2015-11-30
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare amonije
Betalningssätt free
Stödda Språk 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"
        }
    ]
}