Dino Game
New Dino game in color. Play T-Rex Dino run offline.
What is Dino Game?
Dino Game is a Chrome extension developed by https://www.smart-finder.net, and its main feature is "New Dino game in color. Play T-Rex Dino run offline.".
Extension Screenshots
Download Dino Game Extension CRX File
Download Dino Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
Official URL | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
Description | New Dino game in color. Play T-Rex Dino run offline. |
File Size | 91.74 KB |
Installation Count | 30,000 |
Current Version | 1.1.0 |
Last Updated | 2021-09-27 |
Publish Date | 2021-04-24 |
Rating | 3.63/5 Total 8 Ratings |
Developer | https://www.smart-finder.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.smart-finder.net/privacy.html |
Supported Languages | 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" ] } |