Crossy Road Game unblocked
Crossy Road game unbloked: endless arcade with funny frog character
Crossy Road Game unblocked क्या है?
Crossy Road Game unblocked RetroPixel games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crossy Road game unbloked: endless arcade with funny frog character"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crossy Road Game unblocked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkhpfgpmejefmjaeelgoopkcglgafedm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm |
विवरण | Crossy Road game unbloked: endless arcade with funny frog character |
फ़ाइल का आकार | 3.16 MB |
स्थापना संख्या | 9,030 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2022-08-26 |
प्रकाशन तिथि | 2022-08-26 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | RetroPixel games |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://cloudenginesdk.com/priv/h3k93j |
समर्थित भाषाएँ | 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" } } |