Clock To Bomb
Replaces the text 'clock' with 'bomb'.
Apa itu Clock To Bomb?
Clock To Bomb adalah ekstensi Chrome yang dikembangkan oleh kpbballer, dan fitur utamanya adalah "Replaces the text 'clock' with 'bomb'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clock To Bomb
Unduh file ekstensi Clock To Bomb dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Clock To Bomb |
ID | ladhcjndigimcmjdcgddofpcjhnbkbhm |
URL Resmi | https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm |
Deskripsi | Replaces the text 'clock' with 'bomb'. |
Ukuran File | 3.81 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-02-01 |
Tanggal Publikasi | 2016-02-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kpbballer |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |