Dungeon Dodge

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

Wat is Dungeon Dodge?

Dungeon Dodge is een Chrome-extensie ontwikkeld door Liz Walter, en de belangrijkste functie is "Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dungeon Dodge

Download Dungeon Dodge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🔥 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!                    

Basisinformatie over de Extensie

Naam Dungeon Dodge Dungeon Dodge
ID dkdeafhmbobcccfnkofedleddfbinjgp
Officiële URL https://chromewebstore.google.com/detail/dungeon-dodge/dkdeafhmbobcccfnkofedleddfbinjgp
Beschrijving Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline
Bestandsgrootte 561 KB
Aantal Installaties 1,649,959
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-12-26
Publicatiedatum 2023-06-27
Beoordeling 5.00/5 Totaal 20 Beoordelingen
Ontwikkelaar Liz Walter
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vTf7Bf5a0XhU56WOh6R4Lloau4J8DcAd8xXmKgj39i8NDFiVe2cE_dDoo57qY7X23oCzNjdAjw8_F9v/pub
Ondersteunde Talen 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
        }
    ]
}