Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Co to jest Crossy Road Game unblocked?

Crossy Road Game unblocked to rozszerzenie Chrome opracowane przez RetroPixel games, a jego główną funkcją jest „Crossy Road game unbloked: endless arcade with funny frog character”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Crossy Road Game unblocked

Pobierz pliki rozszerzeń Crossy Road Game unblocked w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Crossy Road Game unblocked Crossy Road Game unblocked
ID fkhpfgpmejefmjaeelgoopkcglgafedm
Oficjalny URL https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm
Opis Crossy Road game unbloked: endless arcade with funny frog character
Rozmiar pliku 3.16 MB
Liczba instalacji 9,030
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2022-08-26
Data Publikacji 2022-08-26
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper RetroPixel games
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://cloudenginesdk.com/priv/h3k93j
Obsługiwane Języki 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"
    }
}