Chrome Dino Game
Play the dino game offline as well as online and challenge friends to beat your score.
Was ist Chrome Dino Game?
Chrome Dino Game ist eine Chrome-Erweiterung, die von https://www.dinogame.net entwickelt wurde, und ihr Hauptmerkmal ist "Play the dino game offline as well as online and challenge friends to beat your score.".
Erweiterungsscreenshots
Chrome Dino Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Dino Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use this extension to play the Dino game from Chrome's Project Bolan. The original game was created by Sebastien Gabriel in 2014. Also called T-rex Runner, this game features a tiny dinosaur that runs through a desert. Make the Dino jump over hurdles by hitting the spacebar button or using the up-arrow key. The more distance t-rex covers without hitting hurdles, the more will be the score. The moment dinosaur hits any obstacle, the game gets over. Install the Chrome Dino game extension and start playing the game now! You can share your score with friends and challenge them to beat you.
Grundlegende Informationen zur Erweiterung
Name | Chrome Dino Game |
ID | meocheihbifcceinpgioandffklmhhff |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff |
Beschreibung | Play the dino game offline as well as online and challenge friends to beat your score. |
Dateigröße | 91.56 KB |
Installationsanzahl | 810 |
Aktuelle Version | 0.0.34 |
Letztes Update | 2022-10-03 |
Veröffentlichungsdatum | 2022-10-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.dinogame.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.dinogame.net |
URL der Datenschutzrichtlinien-Seite | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "0.0.34", "icons": { "128": "images\/icon\/logo.png" }, "background": [], "action": { "default_title": "__MSG_appName__", "default_icon": "images\/icon\/logo.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "default-src 'self'" } } |