Dungeon Assist
A tool to make your dungeon runs fast and efficient.
Dungeon Assistคืออะไร?
Dungeon Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HW App Wiz และคุณลักษณะหลักของมันคือ "A tool to make your dungeon runs fast and efficient."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dungeon Assist
ดาวน์โหลดไฟล์ส่วนขยาย Dungeon Assist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhances UX and functionality in dungeon in the game Hero Wars Dominion Era
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dungeon Assist |
ID | bgekelochpncahkfijmebeinekadnppj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj |
คำอธิบาย | A tool to make your dungeon runs fast and efficient. |
ขนาดไฟล์ | 2.87 MB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2023-09-08 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | HW App Wiz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dungeon Assist", "version": "1.3.0", "description": "A tool to make your dungeon runs fast and efficient.", "manifest_version": 3, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/ok.ru\/game\/moba", "https:\/\/i-heroes-vk.nextersglobal.com\/*", "https:\/\/i-heroes-mm.nextersglobal.com\/*", "https:\/\/i-heroes-mg.nextersglobal.com\/*", "https:\/\/i-heroes-ok.nextersglobal.com\/*", "https:\/\/i-heroes-fb.nextersglobal.com\/*", "https:\/\/i.hero-wars-fb.com\/*", "https:\/\/www.hero-wars.com\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "injected.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/www.hero-wars.com\/*", "https:\/\/apps.facebook.com\/mobaheroes\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "contentscript.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "injected.js", "img\/water.png", "img\/earth,png", "img\/fire.png", "img\/mixed.png", "img\/en.png", "img\/ru.png", "help.html" ], "matches": [ " |