Dungeon Dodge

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

Cos'è Dungeon Dodge?

Dungeon Dodge è un'estensione di Chrome sviluppata da Liz Walter, e la sua funzione principale è "Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dungeon Dodge

Scarica i file di estensione Dungeon Dodge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dungeon Dodge Dungeon Dodge
ID dkdeafhmbobcccfnkofedleddfbinjgp
URL Ufficiale https://chromewebstore.google.com/detail/dungeon-dodge/dkdeafhmbobcccfnkofedleddfbinjgp
Descrizione Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline
Dimensione del File 561 KB
Conteggio Installazioni 1,649,959
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2023-06-27
Valutazione 5.00/5 Totale 20 Valutazioni
Sviluppatore Liz Walter
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vTf7Bf5a0XhU56WOh6R4Lloau4J8DcAd8xXmKgj39i8NDFiVe2cE_dDoo57qY7X23oCzNjdAjw8_F9v/pub
Lingue Supportate 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
        }
    ]
}