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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dungeon Assist

Λήψη αρχείων επέκτασης Dungeon Assist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Dungeon Assist 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": [
                ""
            ]
        }
    ],
    "optional_host_permissions": [
        "https:\/\/www.hero-wars.com\/*",
        "https:\/\/apps.facebook.com\/mobaheroes\/*"
    ],
    "action": {
        "default_title": "Dungeon Assist",
        "default_popup": "panel.html"
    }
}