Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
Bumpercar Candysnatchคืออะไร?
Bumpercar Candysnatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viktor Seč และคุณลักษณะหลักของมันคือ "Replaces Benedict Cumberbatch with silly names"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bumpercar Candysnatch
ดาวน์โหลดไฟล์ส่วนขยาย Bumpercar Candysnatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspiration and original substitutions come from the following AskReddit thread: https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/ Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
คำอธิบาย | Replaces Benedict Cumberbatch with silly names |
ขนาดไฟล์ | 5.02 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2016-11-12 |
วันที่เผยแพร่ | 2016-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Viktor Seč |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/viktorsec/bumpercar-candysnatch |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bumpercar Candysnatch", "description": "Replaces Benedict Cumberbatch with silly names", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |