Dungeon Dodge

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

Τι είναι το Dungeon Dodge;

Το Dungeon Dodge είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Liz Walter, και η κύρια λειτουργία του είναι "Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline".

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

screenshot

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

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

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

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

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

Όνομα Dungeon Dodge Dungeon Dodge
ID dkdeafhmbobcccfnkofedleddfbinjgp
Επίσημο URL https://chromewebstore.google.com/detail/dungeon-dodge/dkdeafhmbobcccfnkofedleddfbinjgp
Περιγραφή Master the Perilous Dungeons: Conquer Dungeon Dodge Anytime, Anywhere Offline
Μέγεθος Αρχείου 561 KB
Αριθμός Εγκαταστάσεων 1,649,959
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-12-26
Ημερομηνία Δημοσίευσης 2023-06-27
Αξιολόγηση 5.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Liz Walter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vTf7Bf5a0XhU56WOh6R4Lloau4J8DcAd8xXmKgj39i8NDFiVe2cE_dDoo57qY7X23oCzNjdAjw8_F9v/pub
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}