Hamilton -> DOOM

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

What is Hamilton -> DOOM?

Hamilton -> DOOM is a Chrome extension developed by Lemon, and its main feature is "You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏".

Extension Screenshots

screenshot
screenshot

Download Hamilton -> DOOM Extension CRX File

Download Hamilton -> DOOM 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 instances of "Hamilton" with "the video game DOOM".

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

Extension Basic Information

Name Hamilton -> DOOM Hamilton -> DOOM
ID hkedheclgkcdkjabeklkiifpbhlnaknd
Official URL https://chromewebstore.google.com/detail/hamilton-%3E-doom/hkedheclgkcdkjabeklkiifpbhlnaknd
Description You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏
File Size 61.77 KB
Installation Count 122
Current Version 1.1.2
Last Updated 2016-11-19
Publish Date 2016-11-19
Rating 3.77/5 Total 13 Ratings
Developer Lemon
Payment Type free
Supported Languages 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"
        }
    ]
}