Clock To Bomb
Replaces the text 'clock' with 'bomb'.
What is Clock To Bomb?
Clock To Bomb is a Chrome extension developed by kpbballer, and its main feature is "Replaces the text 'clock' with 'bomb'.".
Extension Screenshots
Download Clock To Bomb Extension CRX File
Download Clock To Bomb 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 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
Extension Basic Information
Name | Clock To Bomb |
ID | ladhcjndigimcmjdcgddofpcjhnbkbhm |
Official URL | https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm |
Description | Replaces the text 'clock' with 'bomb'. |
File Size | 3.81 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2016-02-01 |
Publish Date | 2016-02-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kpbballer |
Payment Type | free |
Supported Languages | 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" } ] } |