Boruto's Dad
Replaces all instances of "Naruto" with "Boruto's Dad".
Boruto's Dadคืออะไร?
Boruto's Dad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย puddi และคุณลักษณะหลักของมันคือ "Replaces all instances of "Naruto" with "Boruto's Dad"."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boruto's Dad
ดาวน์โหลดไฟล์ส่วนขยาย Boruto's Dad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto. 1.0.1: Updated regex
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fignfccppmliikeaojiijbjnojogobbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi |
คำอธิบาย | Replaces all instances of "Naruto" with "Boruto's Dad". |
ขนาดไฟล์ | 33.77 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-09-08 |
วันที่เผยแพร่ | 2017-09-08 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | puddi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boruto's Dad", "version": "1.0.1", "description": "Replaces all instances of \"Naruto\" with \"Boruto's Dad\".", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |