Dino Game
New Dino game in color. Play T-Rex Dino run offline.
Qu'est-ce que Dino Game ?
Dino Game est une extension Chrome développée par https://www.smart-finder.net, et sa fonction principale est "New Dino game in color. Play T-Rex Dino run offline.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dino Game
Téléchargez les fichiers d'extension Dino Game 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
Dino Game is new free color game in new tab. Extension incluces color version of game and also original version of T-Rex dino run. - Click to icon of extension. - Press spacebar to start run. - Click on spacebar if you die. - Play Dino Game online or offline mode. Jump and get the highest score possible as in T-Rex dino run.
Informations de Base sur l'Extension
Nom | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
URL Officiel | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
Description | New Dino game in color. Play T-Rex Dino run offline. |
Taille du Fichier | 91.74 KB |
Nombre d'Installations | 30,000 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-09-27 |
Date de Publication | 2021-04-24 |
Évaluation | 3.63/5 Total 8 Évaluations |
Développeur | https://www.smart-finder.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.smart-finder.net/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "dino.png" }, "description": "New Dino game in color. Play T-Rex Dino run offline.", "icons": { "128": "dino.png", "16": "dino.png", "48": "dino.png" }, "manifest_version": 2, "name": "Dino Game", "options_page": "option.html", "version": "1.1.0", "offline_enabled": true, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico", "is_default": true, "keyword": "smartfinder", "name": "SmartFinder", "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigdid&q={searchTerms}" } }, "web_accessible_resources": [ "index.css", "option.js" ] } |