Crossy Road Game unblocked
Crossy Road game unbloked: endless arcade with funny frog character
Co je Crossy Road Game unblocked?
Crossy Road Game unblocked je rozšíření Chrome vyvinuté RetroPixel games, a jeho hlavní funkcí je „Crossy Road game unbloked: endless arcade with funny frog character“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crossy Road Game unblocked
Stáhněte si soubory rozšíření Crossy Road Game unblocked ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fkhpfgpmejefmjaeelgoopkcglgafedm |
Oficiální URL | https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm |
Popis | Crossy Road game unbloked: endless arcade with funny frog character |
Velikost souboru | 3.16 MB |
Počet instalací | 9,030 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2022-08-26 |
Datum Vydání | 2022-08-26 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | RetroPixel games |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://cloudenginesdk.com/priv/h3k93j |
Podporované Jazyky | 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" } } |