Dungeon Dodge

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

Vad är Dungeon Dodge?

Dungeon Dodge är en Chrome-tillägg utvecklad av Liz Walter, och dess huvudfunktion är "Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline".

Tilläggsskärmbilder

screenshot

Ladda ner Dungeon Dodge-förlängningens CRX-fil

Ladda ner Dungeon Dodge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dungeon Dodge Dungeon Dodge
ID dkdeafhmbobcccfnkofedleddfbinjgp
Officiell webbadress https://chromewebstore.google.com/detail/dungeon-dodge/dkdeafhmbobcccfnkofedleddfbinjgp
Beskrivning Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline
Filstorlek 561 KB
Antal Installationer 1,649,959
Aktuell Version 1.0.2
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2023-06-27
Betyg 5.00/5 Totalt 20 Betyg
Utvecklare Liz Walter
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/e/2PACX-1vTf7Bf5a0XhU56WOh6R4Lloau4J8DcAd8xXmKgj39i8NDFiVe2cE_dDoo57qY7X23oCzNjdAjw8_F9v/pub
Stödda Språk 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
        }
    ]
}