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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}