Dinosaur Game Night version

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

什麼是Dinosaur Game Night version?

Dinosaur Game Night version是由krilipskaja開發的Chrome擴展程式,該擴展的主要功能是“T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Dinosaur Game Night version擴展crx文件

下載Dinosaur Game Night version擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Dinosaur Game Night version Dinosaur Game Night version
ID jmannejmocekgjmodglhplclhcjnmodn
官方網址 https://chromewebstore.google.com/detail/dinosaur-game-night-versi/jmannejmocekgjmodglhplclhcjnmodn
簡介 T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.
檔案大小 49.67 KB
安裝次數 698
目前版本 1.0.0
更新時間 2021-05-25
上架時間 2021-04-15
開發者 krilipskaja
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}