Crossy Road Game unblocked
Crossy Road game unbloked: endless arcade with funny frog character
What is Crossy Road Game unblocked?
Crossy Road Game unblocked is a Chrome extension developed by RetroPixel games, and its main feature is "Crossy Road game unbloked: endless arcade with funny frog character".
Extension Screenshots
Download Crossy Road Game unblocked Extension CRX File
Download Crossy Road Game unblocked extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fkhpfgpmejefmjaeelgoopkcglgafedm |
Official URL | https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm |
Description | Crossy Road game unbloked: endless arcade with funny frog character |
File Size | 3.16 MB |
Installation Count | 9,030 |
Current Version | 2.0.1 |
Last Updated | 2022-08-26 |
Publish Date | 2022-08-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | RetroPixel games |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://cloudenginesdk.com/priv/h3k93j |
Supported Languages | 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" } } |