Dino Game

New Dino game in color. Play T-Rex Dino run offline.

Wat is Dino Game?

Dino Game is een Chrome-extensie ontwikkeld door https://www.smart-finder.net, en de belangrijkste functie is "New Dino game in color. Play T-Rex Dino run offline.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dino Game

Download Dino Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dino Game Dino Game
ID ghecmglkbhhfafgfddnekaoaancejanc
Officiële URL https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc
Beschrijving New Dino game in color. Play T-Rex Dino run offline.
Bestandsgrootte 91.74 KB
Aantal Installaties 30,000
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-09-27
Publicatiedatum 2021-04-24
Beoordeling 3.63/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.smart-finder.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.smart-finder.net/privacy.html
Ondersteunde Talen 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"
    ]
}