Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Jeffy Spaghetti Modคืออะไร?
Jeffy Spaghetti Mod เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fats Gordo และคุณลักษณะหลักของมันคือ "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jeffy Spaghetti Mod
ดาวน์โหลดไฟล์ส่วนขยาย Jeffy Spaghetti Mod ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension changes the word 'Jesus', 'Jesus Chist', or 'Christ' to 'Jeffy Spaghetti'. Based on a tweet by the hilarious @notacroc Idea by @Ocean_40 Created by @fatsgordo Link to Tweet: https://twitter.com/notacroc/status/850163533421699072 Icon Image: https://www.pinterest.com/pin/522699100478258523
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
คำอธิบาย | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
ขนาดไฟล์ | 52.33 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2017-11-07 |
วันที่เผยแพร่ | 2017-11-07 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Fats Gordo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jeffy Spaghetti Mod", "description": "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc", "version": "2.1", "browser_action": { "default_icon": "SpaghettiJesus.png", "default_title": "icon" }, "icons": { "32": "SpaghettiJesus.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |