Free Game - Dedalium by Loycom Games

Do you like games? Play and turn any website into a fun browser free rpg game

Free Game - Dedalium by Loycom Gamesคืออะไร?

Free Game - Dedalium by Loycom Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dedalium.com และคุณลักษณะหลักของมันคือ "Do you like games? Play and turn any website into a fun browser free rpg game"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Game - Dedalium by Loycom Games

ดาวน์โหลดไฟล์ส่วนขยาย Free Game - Dedalium by Loycom Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚔️ Play Dedalium, the free online extension game! 
Convert all the websites in a fun game, play and battle while browsing the internet!

🎮 Play and have fun while browsing the Internet with Dedalium!
Everything is now a Game! 

🤖 Gather game objects, battle your friends on their social networks and improve your Network Guardian to be feared! Experience mechanics never seen before in other online games.

Dedalium is the first game from Loycom Games. We aim to be the most fun browser extension that exists, bringing entertainment to a another level,  allowing users to play anywhere while browsing the internet.

🤔 What can you expect from this free game?

✓ Create your Network Guardian (a robot consisting on 5 different gear)
✓ Have fun collecting objects on any website you are in, from virtual currency for the game to loot boxes!
✓ Play online against random creatures that you might find while surfing the Internet
✓ Choose your attack strategy and unlock new skills for your character
✓ Upgrade your gear to increase your Network Guardian power
✓ Improve your character and advance in the Adventure mode, be the first to kill the final boss!
✓ Challenge other players on the PVP Battle mode on the website or in their social networks profiles!
✓ Fight on ranked mode and steal other players' Dedalium if you win the battle
✓ Complete missions finding game objects and defeating enemies!
✓ Unlock animations, skins, and platforms and make your guardian the coolest one!
✓ Send your robot to expeditions and get dedalium
✓ Get a daily reward for entering the site every day

🕹️ Dedalium is the first online game that you can play while playing other games.

🌐 Play this PC video game on your browser for free with this fun chrome extension! 
Change the way you browse the Internet! All websites can be converted into fun games!

💡Join our social media and Discord server and have fun with our community, report bugs, propose ideas for the game battles and more!

Welcome to Augmented Web!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free Game - Dedalium by Loycom Games Free Game - Dedalium by Loycom Games
ID kcjeghjjjjdpeaoemlhdhnbbkpgncpfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-game-dedalium-by-loy/kcjeghjjjjdpeaoemlhdhnbbkpgncpfc
คำอธิบาย Do you like games? Play and turn any website into a fun browser free rpg game
ขนาดไฟล์ 4.04 MB
จำนวนการติดตั้ง 11,159
เวอร์ชันปัจจุบัน 0.4.10
อัปเดตครั้งล่าสุด 2023-06-04
วันที่เผยแพร่ 2022-01-11
คะแนน 4.91/5 รวมทั้งหมด 186 คะแนน
ผู้พัฒนา https://dedalium.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://dedalium.com
URL หน้าช่วยเหลือ https://dedalium.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://dedalium.com/privacy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,no,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,hi,bn,gu,kn-IN,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Dedalium",
    "description": "__MSG_appDesc__",
    "version": "0.4.10",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "cookies",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/dedalium.com\/",
        "https:\/\/api.dedalium.com\/",
        "https:\/\/cdn.dedalium.com\/"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Dedalium",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "assets\/images\/*",
                "draco_compression\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "game\/main.js"
            ],
            "css": [
                "game\/main.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    }
}