T-Rex Dinosaur Game
T-Rex dinosaur game is popular among players from all over the world.
什么是T-Rex Dinosaur Game?
T-Rex Dinosaur Game是由https://googledino.com开发的Chrome扩展程序,该扩展的主要功能是“T-Rex dinosaur game is popular among players from all over the world.”。
扩展截图
下载T-Rex Dinosaur Game扩展crx文件
下载T-Rex Dinosaur Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To start T-Rex dinosaur game, you need to press the space bar or the up arrow. The same buttons are used to jump. You can sit down using the down arrow. On mobile devices, you only need to touch the screen.
扩展基本信息
名称 | |
ID | gcpcpbefjicdhpiofdflmjbdjhdglnep |
官方URL | https://chrome.google.com/webstore/detail/t-rex-dinosaur-game/gcpcpbefjicdhpiofdflmjbdjhdglnep |
简介 | T-Rex dinosaur game is popular among players from all over the world. |
文件大小 | 62.92 KB |
安装次数 | 364 |
当前版本 | 1.0 |
更新时间 | 2021-06-05 |
上架时间 | 2021-06-05 |
开发者 | https://googledino.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://googledino.com/ |
支持的语言 | ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "running-dinosaur-game.html", "default_title": "T-Rex Dinosaur Game" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "default_locale": "en", "description": "T-Rex dinosaur game is popular among players from all over the world.", "icons": { "128": "assets\/icon.png" }, "manifest_version": 2, "name": "T-Rex Dinosaur Game", "permissions": [ "contextMenus" ], "sandbox": { "content_security_policy": "sandbox allow-scripts; script-src 'self'; object-src 'self'", "pages": [ "running-dinosaur-game.html" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "version_name": "classic", "web_accessible_resources": [ "assets\/icon.png" ] } |