Benedict Cumberbatch
This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
Benedict Cumberbatchคืออะไร?
Benedict Cumberbatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Afal และคุณลักษณะหลักของมันคือ "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Benedict Cumberbatch
ดาวน์โหลดไฟล์ส่วนขยาย Benedict Cumberbatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhhakmjlmcijlidmjjhhkldkhdljgldg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg |
คำอธิบาย | This extension changes Benedict Cumberbatch's name to one of the many other names he's known by. |
ขนาดไฟล์ | 12.32 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-08-23 |
วันที่เผยแพร่ | 2015-08-23 |
คะแนน | 4.77/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Afal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Benedict Cumberbatch", "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.", "version": "1.0", "icons": { "128": "benedict.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |