bombparty-word-picker
makes you better at bomb party
bombparty-word-pickerคืออะไร?
bombparty-word-picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neeruuppalapati และคุณลักษณะหลักของมันคือ "makes you better at bomb party"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bombparty-word-picker
ดาวน์โหลดไฟล์ส่วนขยาย bombparty-word-picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | bombparty-word-picker |
ID | alapoalgafajhbbfedcboklbjocdbgcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
คำอธิบาย | makes you better at bomb party |
ขนาดไฟล์ | 709 KB |
จำนวนการติดตั้ง | 885 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-05-13 |
วันที่เผยแพร่ | 2023-05-13 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | neeruuppalapati |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bombparty-word-picker", "version": "1.0.1", "description": "makes you better at bomb party", "manifest_version": 3, "author": "Neerad Uppalapati", "icons": { "127": "images\/icon128.png" }, "action": { "default_popup": "index.html", "default_title": "Window" }, "content_scripts": [ { "matches": [ "https:\/\/*.jklm.fun\/*", "https:\/\/jklm.fun\/*" ], "js": [ "bomba.js" ], "all_frames": true } ] } |