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