Dungeon Dodge

Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline

Was ist Dungeon Dodge?

Dungeon Dodge ist eine Chrome-Erweiterung, die von Liz Walter entwickelt wurde, und ihr Hauptmerkmal ist "Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline".

Erweiterungsscreenshots

screenshot

Dungeon Dodge-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dungeon Dodge-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

                        🔥 Introducing Dungeon Dodge: Master the Art of Dodging Fireballs! 🔥

Are you ready for an exhilarating challenge? 💪 Conquer Dungeon Dodge and prove your skills as you navigate through an endless barrage of moving fireballs, all while collecting valuable coins! 🎮💰

✨ Key Features:
🔹 Launch the game directly from your browser toolbar, eliminating the need for tedious searches or hefty downloads. Dungeon Dodge is just a click away! ⚡
🔹 Enjoy offline gameplay at any time and from anywhere. No stable internet connection? No problem! Immerse yourself in the action-packed dungeons wherever you are! 🌟

🔑 Game Rules:
Your objective is simple: Dodge the relentless fireballs coming your way! Stay nimble and use your reflexes to avoid getting hit. Remember, every dodge brings you closer to victory! Collect coins as you go, and unlock exciting treasures to enhance your gameplay experience! 💥💰

Step into the thrilling world of Dungeon Dodge and experience the rush of adrenaline as you skillfully evade fireballs and amass a fortune in coins. Are you up for the challenge? 🔓🏆 Download the browser extension now and become a master of Dungeon Dodge!                    

Grundlegende Informationen zur Erweiterung

Name Dungeon Dodge Dungeon Dodge
ID dkdeafhmbobcccfnkofedleddfbinjgp
Offizielle URL https://chromewebstore.google.com/detail/dungeon-dodge/dkdeafhmbobcccfnkofedleddfbinjgp
Beschreibung Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline
Dateigröße 561 KB
Installationsanzahl 1,649,959
Aktuelle Version 1.0.2
Letztes Update 2023-12-26
Veröffentlichungsdatum 2023-06-27
Bewertung 5.00/5 Insgesamt 20 Bewertungen
Entwickler Liz Walter
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vTf7Bf5a0XhU56WOh6R4Lloau4J8DcAd8xXmKgj39i8NDFiVe2cE_dDoo57qY7X23oCzNjdAjw8_F9v/pub
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}