Dino Game
New Dino game in color. Play T-Rex Dino run offline.
什麼是Dino Game?
Dino Game是由https://www.smart-finder.net開發的Chrome擴展程式,該擴展的主要功能是“New Dino game in color. Play T-Rex Dino run offline.”。
擴展截圖
下載Dino Game擴展crx文件
下載Dino Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Dino Game is new free color game in new tab. Extension incluces color version of game and also original version of T-Rex dino run. - Click to icon of extension. - Press spacebar to start run. - Click on spacebar if you die. - Play Dino Game online or offline mode. Jump and get the highest score possible as in T-Rex dino run.
擴展基本資訊
名稱 | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
官方網址 | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
簡介 | New Dino game in color. Play T-Rex Dino run offline. |
檔案大小 | 91.74 KB |
安裝次數 | 30,000 |
目前版本 | 1.1.0 |
更新時間 | 2021-09-27 |
上架時間 | 2021-04-24 |
評分 | 3.63/5 共 8 次評分 |
開發者 | https://www.smart-finder.net |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.smart-finder.net/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "dino.png" }, "description": "New Dino game in color. Play T-Rex Dino run offline.", "icons": { "128": "dino.png", "16": "dino.png", "48": "dino.png" }, "manifest_version": 2, "name": "Dino Game", "options_page": "option.html", "version": "1.1.0", "offline_enabled": true, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico", "is_default": true, "keyword": "smartfinder", "name": "SmartFinder", "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigdid&q={searchTerms}" } }, "web_accessible_resources": [ "index.css", "option.js" ] } |