Clock To Bomb
Replaces the text 'clock' with 'bomb'.
Clock To Bombとは何ですか?
Clock To Bombはkpbballerによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'clock' with 'bomb'.」です。
拡張機能のスクリーンショット
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 |
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" } ] } |