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.”。
扩展截图
下载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 |
ID | jmannejmocekgjmodglhplclhcjnmodn |
官方URL | 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" ] } |