Anonymous to 15 year old kid

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

What is Anonymous to 15 year old kid?

Anonymous to 15 year old kid is a Chrome extension developed by amonije, and its main feature is "Replaces the text 'anonymous' by '15 year old kid'.".

Extension Screenshots

screenshot

Download Anonymous to 15 year old kid Extension CRX File

Download Anonymous to 15 year old kid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
Official URL https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Description Replaces the text 'anonymous' by '15 year old kid'.
File Size 3.66 KB
Installation Count 28
Current Version 1.2
Last Updated 2015-11-30
Publish Date 2015-11-30
Rating 3.83/5 Total 6 Ratings
Developer amonije
Payment Type free
Supported Languages 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"
        }
    ]
}