Clock To Bomb
Replaces the text 'clock' with 'bomb'.
Clock To Bombคืออะไร?
Clock To Bomb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kpbballer และคุณลักษณะหลักของมันคือ "Replaces the text 'clock' with 'bomb'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock To Bomb
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |