Clock To Bomb

Replaces the text 'clock' with 'bomb'.

什么是Clock To Bomb?

Clock To Bomb是由kpbballer开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'clock' with 'bomb'.”。

扩展截图

screenshot

下载Clock To Bomb扩展crx文件

下载Clock To Bomb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension changes the word 'clock' to the word 'bomb'.

I'm open source too, this is the GitHub link: https://github.com/kevinarefunny/clock-to-bomb                    

扩展基本信息

名称 Clock To Bomb Clock To Bomb
ID ladhcjndigimcmjdcgddofpcjhnbkbhm
官方URL https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm
简介 Replaces the text 'clock' with 'bomb'.
文件大小 3.81 KB
安装次数 11
当前版本 1.0
更新时间 2016-02-01
上架时间 2016-02-01
评分 5.00/5 共1次评分
开发者 kpbballer
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock To Bomb",
    "version": "1.0",
    "description": "Replaces the text 'clock' with 'bomb'.",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}