Dino Game
New Dino game in color. Play T-Rex Dino run offline.
Hvad er Dino Game?
Dino Game er en Chrome-udvidelse udviklet af https://www.smart-finder.net, og dens hovedfunktion er "New Dino game in color. Play T-Rex Dino run offline.".
Udvidelsesskærmbilleder
Download Dino Game-udvidelses-CRX-fil
Download Dino Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
Officiel URL | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
Beskrivelse | New Dino game in color. Play T-Rex Dino run offline. |
Filstørrelse | 91.74 KB |
Antal Installationer | 30,000 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2021-09-27 |
Udgivelsesdato | 2021-04-24 |
Bedømmelse | 3.63/5 Samlet 8 Bedømmelser |
Udvikler | https://www.smart-finder.net |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.smart-finder.net/privacy.html |
Understøttede Sprog | 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" ] } |