Dungeon Assist
A tool to make your dungeon runs fast and efficient.
Hvad er Dungeon Assist?
Dungeon Assist er en Chrome-udvidelse udviklet af HW App Wiz, og dens hovedfunktion er "A tool to make your dungeon runs fast and efficient.".
Udvidelsesskærmbilleder
Download Dungeon Assist-udvidelses-CRX-fil
Download Dungeon Assist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enhances UX and functionality in dungeon in the game Hero Wars Dominion Era Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bgekelochpncahkfijmebeinekadnppj |
| Officiel URL | https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj |
| Beskrivelse | A tool to make your dungeon runs fast and efficient. |
| Filstørrelse | 2.87 MB |
| Antal Installationer | 42 |
| Nuværende Version | 1.3.0 |
| Senest Opdateret | 2023-09-08 |
| Udgivelsesdato | 2023-08-16 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | HW App Wiz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": [
" | |