Kimmie
Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".
Kimmieคืออะไร?
Kimmie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย defacto133 และคุณลักษณะหลักของมันคือ "Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian"."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kimmie
ดาวน์โหลดไฟล์ส่วนขยาย Kimmie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian". Soure code: https://github.com/defacto133/kimmie
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdfamppahbpokcnpjpaflnpmffhejhnc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kimmie/bdfamppahbpokcnpjpaflnpmffhejhnc |
คำอธิบาย | Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian". |
ขนาดไฟล์ | 34.48 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-10-27 |
วันที่เผยแพร่ | 2014-10-27 |
คะแนน | 4.67/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | defacto133 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1", "name": "Kimmie", "description": "Replaces the \"Jong Un\" in Kim Jong Un's name to \"Kardashian\".", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |