Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Cos'è Crossy Road Game unblocked?

Crossy Road Game unblocked è un'estensione di Chrome sviluppata da RetroPixel games, e la sua funzione principale è "Crossy Road game unbloked: endless arcade with funny frog character".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crossy Road Game unblocked

Scarica i file di estensione Crossy Road Game unblocked 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

                        The game is made in the style of the good old Crossy Road. The main character has changed. Now it's not a chicken, but a frog. The task is the same - collect coins and follow the roads with various moving obstacles.
You may encounter cars, trains, water platforms and much more on your way. Control the frog with the arrow keys on the keyboard.
Retro pixel graphics add a special charm!
You can share with your friends via Facebook. Good luck playing!                    

Informazioni di Base sull'Estensione

Nome Crossy Road Game unblocked Crossy Road Game unblocked
ID fkhpfgpmejefmjaeelgoopkcglgafedm
URL Ufficiale https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm
Descrizione Crossy Road game unbloked: endless arcade with funny frog character
Dimensione del File 3.16 MB
Conteggio Installazioni 9,030
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-08-26
Data di Pubblicazione 2022-08-26
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore RetroPixel games
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cloudenginesdk.com/priv/h3k93j
Lingue Supportate en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossy Road Game unblocked",
    "description": "Crossy Road game unbloked: endless arcade with funny frog character",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "version": "2.0.1",
    "action": {
        "default_icon": "icon\/frog.png",
        "default_title": "Crossy Road game"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/libs\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/gro.js"
    },
    "icons": {
        "128": "icon\/ico.png",
        "32": "icon\/frog.png"
    }
}