Chrome Dino Game

Play the dino game offline as well as online and challenge friends to beat your score.

什麼是Chrome Dino Game?

Chrome Dino Game是由https://www.dinogame.net開發的Chrome擴展程式,該擴展的主要功能是“Play the dino game offline as well as online and challenge friends to beat your score.”。

擴展截圖

screenshot
screenshot

下載Chrome Dino Game擴展crx文件

下載Chrome Dino Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use this extension to play the Dino game from Chrome's Project Bolan. The original game was created by Sebastien Gabriel in 2014. Also called T-rex Runner, this game features a tiny dinosaur that runs through a desert.

Make the Dino jump over hurdles by hitting the spacebar button or using the up-arrow key.

The more distance t-rex covers without hitting hurdles, the more will be the score. The moment dinosaur hits any obstacle, the game gets over. 

Install the Chrome Dino game extension and start playing the game now! You can share your score with friends and challenge them to beat you.                    

擴展基本資訊

名稱 Chrome Dino Game Chrome Dino Game
ID meocheihbifcceinpgioandffklmhhff
官方網址 https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff
簡介 Play the dino game offline as well as online and challenge friends to beat your score.
檔案大小 91.56 KB
安裝次數 810
目前版本 0.0.34
更新時間 2022-10-03
上架時間 2022-10-03
評分 5.00/5 共 1 次評分
開發者 https://www.dinogame.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.dinogame.net
隱私政策頁面URL https://emmelapps.blogspot.com/2022/09/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "0.0.34",
    "icons": {
        "128": "images\/icon\/logo.png"
    },
    "background": [],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "images\/icon\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    }
}