Dogger

A Frogger Variant

O que é Dogger?

Dogger é uma extensão do Chrome desenvolvida por Integer Cafe, e sua principal característica é "A Frogger Variant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dogger

Baixe arquivos de extensão Dogger 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

                        [introduction]
This is a redone variant of frogger. Frogger was a old altari game. It was much loved, and had a very simple goal: You need to cross the road, and yet to the other side. Remembering that getting hit by a car means death, you need a bit of skill in order to pass this game.

Unlike a lot of my other games, You can actually Pass this game and win the game. So if you like that good feeling of actually winning, I'd suggest this.

[Controls]
Controls are simple. Every arrow key to move, With the exception of down. You may move forward, left, and right. But never down.

[Notes]
Music is by completech, It's licensed around the Creative commons. Meaning I can use it given I give full credit.

This game does not need internet, Meaning you can play it at any time.                    

Informações Básicas da Extensão

Nome Dogger Dogger
ID ojepnodcmflmldfnaijclbdlheeaacpd
URL Oficial https://chrome.google.com/webstore/detail/dogger/ojepnodcmflmldfnaijclbdlheeaacpd
Descrição A Frogger Variant
Tamanho do Arquivo 6.9 MB
Contagem de Instalações 46
Versão Atual 1.1
Última Atualização 2018-07-23
Data de Publicação 2018-07-23
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Integer Cafe
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "description": "A Frogger Variant",
    "manifest_version": 2,
    "name": "Dogger",
    "permissions": [
        "activeTab"
    ],
    "version": "1.1"
}