Drawbattle Cheats
Gives all the answers for drawbattle!
Drawbattle Cheatsคืออะไร?
Drawbattle Cheats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krash และคุณลักษณะหลักของมันคือ "Gives all the answers for drawbattle!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drawbattle Cheats
ดาวน์โหลดไฟล์ส่วนขยาย Drawbattle Cheats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Drawbattle Cheats |
ID | jflnjkcopkkbfblkjldbkccdcbjjlhim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim |
คำอธิบาย | Gives all the answers for drawbattle! |
ขนาดไฟล์ | 28.54 KB |
จำนวนการติดตั้ง | 282 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2023-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | krash |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drawbattle Cheats", "description": "Gives all the answers for drawbattle!", "version": "1.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/drawbattle.io\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "tabs", "storage" ] } |