Dinosaur Game Night version

T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.

Hvad er Dinosaur Game Night version?

Dinosaur Game Night version er en Chrome-udvidelse udviklet af krilipskaja, og dens hovedfunktion er "T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Dinosaur Game Night version-udvidelses-CRX-fil

Download Dinosaur Game Night version-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

                        To start the Dino game (and jump) - "Space" button, to duck - ""down arrow (v)" button.                    

Grundlæggende oplysninger om udvidelsen

Navn Dinosaur Game Night version Dinosaur Game Night version
ID jmannejmocekgjmodglhplclhcjnmodn
Officiel URL https://chromewebstore.google.com/detail/dinosaur-game-night-versi/jmannejmocekgjmodglhplclhcjnmodn
Beskrivelse T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.
Filstørrelse 49.67 KB
Antal Installationer 698
Nuværende Version 1.0.0
Senest Opdateret 2021-05-25
Udgivelsesdato 2021-04-15
Udvikler krilipskaja
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en,en-GB,en-US
manifest.json
{
    "background": {
        "page": "back.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "index.html",
        "default_title": "Dinosaur Game Night version"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Dinosaur Game Night version",
    "short_name": "Dinosaur Game Night version",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "options.html"
    ]
}