Dungeon Assist

A tool to make your dungeon runs fast and efficient.

Was ist Dungeon Assist?

Dungeon Assist ist eine Chrome-Erweiterung, die von HW App Wiz entwickelt wurde, und ihr Hauptmerkmal ist "A tool to make your dungeon runs fast and efficient.".

Erweiterungsscreenshots

screenshot
screenshot

Dungeon Assist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dungeon Assist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Enhances UX and functionality in dungeon in the game Hero Wars Dominion Era                    

Grundlegende Informationen zur Erweiterung

Name Dungeon Assist Dungeon Assist
ID bgekelochpncahkfijmebeinekadnppj
Offizielle URL https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj
Beschreibung A tool to make your dungeon runs fast and efficient.
Dateigröße 2.87 MB
Installationsanzahl 42
Aktuelle Version 1.3.0
Letztes Update 2023-09-08
Veröffentlichungsdatum 2023-08-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler HW App Wiz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ],
    "optional_host_permissions": [
        "https:\/\/www.hero-wars.com\/*",
        "https:\/\/apps.facebook.com\/mobaheroes\/*"
    ],
    "action": {
        "default_title": "Dungeon Assist",
        "default_popup": "panel.html"
    }
}