Dungeon Assist

A tool to make your dungeon runs fast and efficient.

O que é Dungeon Assist?

Dungeon Assist é uma extensão do Chrome desenvolvida por HW App Wiz, e sua principal característica é "A tool to make your dungeon runs fast and efficient.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dungeon Assist

Baixe arquivos de extensão Dungeon Assist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Dungeon Assist Dungeon Assist
ID bgekelochpncahkfijmebeinekadnppj
URL Oficial https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj
Descrição A tool to make your dungeon runs fast and efficient.
Tamanho do Arquivo 2.87 MB
Contagem de Instalações 42
Versão Atual 1.3.0
Última Atualização 2023-09-08
Data de Publicação 2023-08-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor HW App Wiz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}