Anonymous to 15 year old kid

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

什么是Anonymous to 15 year old kid?

Anonymous to 15 year old kid是由amonije开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'anonymous' by '15 year old kid'.”。

扩展截图

screenshot

下载Anonymous to 15 year old kid扩展crx文件

下载Anonymous to 15 year old kid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
官方URL https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
简介 Replaces the text 'anonymous' by '15 year old kid'.
文件大小 3.66 KB
安装次数 28
当前版本 1.2
更新时间 2015-11-30
上架时间 2015-11-30
评分 3.83/5 共6次评分
开发者 amonije
付费类型 free
支持的语言 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"
        }
    ]
}