Crossy Road Game unblocked
Crossy Road game unbloked: endless arcade with funny frog character
Qu'est-ce que Crossy Road Game unblocked ?
Crossy Road Game unblocked est une extension Chrome développée par RetroPixel games, et sa fonction principale est "Crossy Road game unbloked: endless arcade with funny frog character".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crossy Road Game unblocked
Téléchargez les fichiers d'extension Crossy Road Game unblocked au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fkhpfgpmejefmjaeelgoopkcglgafedm |
URL Officiel | https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm |
Description | Crossy Road game unbloked: endless arcade with funny frog character |
Taille du Fichier | 3.16 MB |
Nombre d'Installations | 9,030 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-08-26 |
Date de Publication | 2022-08-26 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | RetroPixel games |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cloudenginesdk.com/priv/h3k93j |
Langues Prises en Charge | 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" } } |