T-Rex Dinosaur Game
T-Rex dinosaur game is popular among players from all over the world.
Τι είναι το T-Rex Dinosaur Game;
Το T-Rex Dinosaur Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://googledino.com, και η κύρια λειτουργία του είναι "T-Rex dinosaur game is popular among players from all over the world.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης T-Rex Dinosaur Game
Λήψη αρχείων επέκτασης T-Rex Dinosaur Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To start T-Rex dinosaur game, you need to press the space bar or the up arrow. The same buttons are used to jump. You can sit down using the down arrow. On mobile devices, you only need to touch the screen.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gcpcpbefjicdhpiofdflmjbdjhdglnep |
Επίσημο URL | https://chrome.google.com/webstore/detail/t-rex-dinosaur-game/gcpcpbefjicdhpiofdflmjbdjhdglnep |
Περιγραφή | T-Rex dinosaur game is popular among players from all over the world. |
Μέγεθος Αρχείου | 62.92 KB |
Αριθμός Εγκαταστάσεων | 364 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-06-05 |
Ημερομηνία Δημοσίευσης | 2021-06-05 |
Προγραμματιστής | https://googledino.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://googledino.com/ |
Υποστηριζόμενες Γλώσσες | ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "running-dinosaur-game.html", "default_title": "T-Rex Dinosaur Game" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "default_locale": "en", "description": "T-Rex dinosaur game is popular among players from all over the world.", "icons": { "128": "assets\/icon.png" }, "manifest_version": 2, "name": "T-Rex Dinosaur Game", "permissions": [ "contextMenus" ], "sandbox": { "content_security_policy": "sandbox allow-scripts; script-src 'self'; object-src 'self'", "pages": [ "running-dinosaur-game.html" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "version_name": "classic", "web_accessible_resources": [ "assets\/icon.png" ] } |