Dino Game

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

Vad är Dino Game?

Dino Game är en Chrome-tillägg utvecklad av https://www.smart-finder.net, och dess huvudfunktion är "New Dino game in color. Play T-Rex Dino run offline.".

Tilläggsskärmbilder

screenshot

Ladda ner Dino Game-förlängningens CRX-fil

Ladda ner Dino Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dino Game Dino Game
ID ghecmglkbhhfafgfddnekaoaancejanc
Officiell webbadress https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc
Beskrivning New Dino game in color. Play T-Rex Dino run offline.
Filstorlek 91.74 KB
Antal Installationer 30,000
Aktuell Version 1.1.0
Senast Uppdaterad 2021-09-27
Publiceringsdatum 2021-04-24
Betyg 3.63/5 Totalt 8 Betyg
Utvecklare https://www.smart-finder.net
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.smart-finder.net/privacy.html
Stödda Språk 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"
    ]
}