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 |
Eメール | [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" ] } |