Chrome Dino Game
Play the dino game offline as well as online and challenge friends to beat your score.
Cos'è Chrome Dino Game?
Chrome Dino Game è un'estensione di Chrome sviluppata da https://www.dinogame.net, e la sua funzione principale è "Play the dino game offline as well as online and challenge friends to beat your score.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Dino Game
Scarica i file di estensione Chrome Dino Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chrome Dino Game |
ID | meocheihbifcceinpgioandffklmhhff |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff |
Descrizione | Play the dino game offline as well as online and challenge friends to beat your score. |
Dimensione del File | 91.56 KB |
Conteggio Installazioni | 810 |
Versione Corrente | 0.0.34 |
Ultimo Aggiornamento | 2022-10-03 |
Data di Pubblicazione | 2022-10-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.dinogame.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.dinogame.net |
URL della Pagina della Politica sulla Privacy | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
Lingue Supportate | 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'" } } |