Ice Dodo

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

O que é Ice Dodo?

Ice Dodo é uma extensão do Chrome desenvolvida por https://onionfist.net, e sua principal característica é "Play 3D game easily by clicking the little icon at the top right corner of your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ice Dodo

Baixe arquivos de extensão Ice Dodo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ice Dodo Ice Dodo
ID jhidcpailhmpjpbdbhceiaeeggkalgmd
URL Oficial https://chromewebstore.google.com/detail/ice-dodo/jhidcpailhmpjpbdbhceiaeeggkalgmd
Descrição Play 3D game easily by clicking the little icon at the top right corner of your browser.
Tamanho do Arquivo 54.06 MB
Contagem de Instalações 700,000
Versão Atual 0.177
Última Atualização 2024-02-10
Data de Publicação 2020-10-09
Classificação 4.51/5 Total de 297 Avaliações
Desenvolvedor https://onionfist.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onionfist.net
URL da Página de Política de Privacidade https://onionfist.com/privacy_policy
Idiomas Suportados 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\/*"
        ]
    }
}