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"
        }
    ]
}