Clock To Bomb

Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.

Clock To Bombとは何ですか?

Clock To BombはWinterPhoenix96によって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.」です。

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

screenshot
screenshot

Clock To Bomb拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        I wrote this as joking commentary on the News Story about Ahmed Mohamed, a 14-year-old that brought his homemade clock to school and was arrested on account that it looked like a bomb. At least according to his high school's administration and the local police. #IStandWithAhmed

Clock-To-Bomb Open-Source Repo: https://github.com/WinterPhoenix96/clock-to-bomb

Original Cloud-To-Butt Repo: https://github.com/hank/cloud-to-butt

Cloud-To-Butt Chrome Extension on the Chrome Web Store: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai                    

拡張機能の基本情報

名前 Clock To Bomb Clock To Bomb
ID icmnjjlbmbjpodjamdmfodmpdmmfapen
公式URL https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen
説明 Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
ファイルサイズ 13.67 KB
インストール数 66
現在のバージョン 1.0
最終更新日 2015-09-21
公開日 2015-09-21
評価 4.33/5 合計 3 レビュー
開発者 WinterPhoenix96
支払い方法 free
ヘルプページのURL https://github.com/WinterPhoenix96/clock-to-bomb
対応言語 en
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'. A Fork of Cloud To Butt.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}