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 |
官方網址 | 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" ] } |