Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
Lord Harambeคืออะไร?
Lord Harambe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SirSidis และคุณลักษณะหลักของมันคือ "Replaces all instances of 'God' with 'Harambe'. Dicks out"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lord Harambe
ดาวน์โหลดไฟล์ส่วนขยาย Lord Harambe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lord Harambe |
ID | dkjlnnadnhioppalkdangjmfeppakfep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
คำอธิบาย | Replaces all instances of 'God' with 'Harambe'. Dicks out |
ขนาดไฟล์ | 8.67 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-07-25 |
วันที่เผยแพร่ | 2016-07-25 |
คะแนน | 4.50/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | SirSidis |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lord Harambe", "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |