Dungeon Assist

A tool to make your dungeon runs fast and efficient.

Qu'est-ce que Dungeon Assist ?

Dungeon Assist est une extension Chrome développée par HW App Wiz, et sa fonction principale est "A tool to make your dungeon runs fast and efficient.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dungeon Assist

Téléchargez les fichiers d'extension Dungeon Assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dungeon Assist Dungeon Assist
ID bgekelochpncahkfijmebeinekadnppj
URL Officiel https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj
Description A tool to make your dungeon runs fast and efficient.
Taille du Fichier 2.87 MB
Nombre d'Installations 42
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-09-08
Date de Publication 2023-08-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur HW App Wiz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}