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