Dogger

A Frogger Variant

Cos'è Dogger?

Dogger è un'estensione di Chrome sviluppata da Integer Cafe, e la sua funzione principale è "A Frogger Variant".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dogger

Scarica i file di estensione Dogger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        [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.                    

Informazioni di Base sull'Estensione

Nome Dogger Dogger
ID ojepnodcmflmldfnaijclbdlheeaacpd
URL Ufficiale https://chrome.google.com/webstore/detail/dogger/ojepnodcmflmldfnaijclbdlheeaacpd
Descrizione A Frogger Variant
Dimensione del File 6.9 MB
Conteggio Installazioni 46
Versione Corrente 1.1
Ultimo Aggiornamento 2018-07-23
Data di Pubblicazione 2018-07-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Integer Cafe
Tipo di Pagamento free
Lingue Supportate 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"
}