Hamilton -> DOOM

You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏

Hamilton -> DOOMとは何ですか?

Hamilton -> DOOMはLemonによって開発されたChromeの拡張機能で、その主な機能は「You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hamilton -> DOOM拡張機能のCRXファイルをダウンロード

Hamilton -> DOOM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension replaces all instances of "Hamilton" with "the video game DOOM".

Thanks to @sodaaccident for the idea and @cfCollision for the description.                    

拡張機能の基本情報

名前 Hamilton -> DOOM Hamilton -> DOOM
ID hkedheclgkcdkjabeklkiifpbhlnaknd
公式URL https://chromewebstore.google.com/detail/hamilton-%3E-doom/hkedheclgkcdkjabeklkiifpbhlnaknd
説明 You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏
ファイルサイズ 61.77 KB
インストール数 122
現在のバージョン 1.1.2
最終更新日 2016-11-19
公開日 2016-11-19
評価 3.77/5 合計 13 レビュー
開発者 Lemon
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hamilton -> DOOM",
    "description": "You. \ud83d\udc4f Can't. \ud83d\udc4f Make. \ud83d\udc4f Me. \ud83d\udc4f Care. \ud83d\udc4f About. \ud83d\udc4f Hamilton. \ud83d\udc4f",
    "icons": {
        "16": "img\/16.png",
        "36": "img\/36.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}