Ice Dodo

Play 3D game easily by clicking the little icon at the top right corner of your browser.

什么是Ice Dodo?

Ice Dodo是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Play 3D game easily by clicking the little icon at the top right corner of your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ice Dodo扩展crx文件

下载Ice Dodo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        INSANE PARKOUR GAME IN OUTER SPACE. 

Using left and right arrow buttons, bring the character to the finish line. But watch out -- if you hit the cones or fall off the platform, then you must restart!

All 652 maps totally unlocked! Enjoy O.G. maps from 6 years ago. Attempt maps which got deleted for being so bad. Or try the difficulty 11 maps in Ultrahard category.

This is the only official & latest Ice Dodo, published with the creator's permission. We present to you: Ice Dodo.

Update Feb 14, 2023 - Happy valentines day! I have recoded the game using Typescript, Vue and SCSS. Expect the game to run faster and with less errors. Enjoy!

Update Nov 19, 2023 - I'm joining the Korean military tomorrow so I'll be gone for the next 18 months. Adios!

Happy 2024!                    

扩展基本信息

名称 Ice Dodo Ice Dodo
ID jhidcpailhmpjpbdbhceiaeeggkalgmd
官方URL https://chromewebstore.google.com/detail/ice-dodo/jhidcpailhmpjpbdbhceiaeeggkalgmd
简介 Play 3D game easily by clicking the little icon at the top right corner of your browser.
文件大小 54.06 MB
安装次数 700,000
当前版本 0.177
更新时间 2024-02-10
上架时间 2020-10-09
评分 4.51/5 共297次评分
开发者 https://onionfist.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://onionfist.net
隐私政策页面URL https://onionfist.com/privacy_policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ice Dodo",
    "short_name": "Ice Dodo",
    "description": "Play 3D game easily by clicking the little icon at the top right corner of your browser.",
    "version": "0.177",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "ExtensionBackground.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onionfist.com\/*"
        ]
    }
}