Dinosaur Game Night version

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

What is Dinosaur Game Night version?

Dinosaur Game Night version is a Chrome extension developed by krilipskaja, and its main feature is "T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dinosaur Game Night version Extension CRX File

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

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

Extension Basic Information

Name Dinosaur Game Night version Dinosaur Game Night version
ID jmannejmocekgjmodglhplclhcjnmodn
Official URL https://chromewebstore.google.com/detail/dinosaur-game-night-versi/jmannejmocekgjmodglhplclhcjnmodn
Description T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.
File Size 49.67 KB
Installation Count 698
Current Version 1.0.0
Last Updated 2021-05-25
Publish Date 2021-04-15
Developer krilipskaja
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}