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
官方網址 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"
        }
    ]
}