Chrome Dino Game

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

Vad är Chrome Dino Game?

Chrome Dino Game är en Chrome-tillägg utvecklad av https://www.dinogame.net, och dess huvudfunktion är "Play the dino game offline as well as online and challenge friends to beat your score.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chrome Dino Game-förlängningens CRX-fil

Ladda ner Chrome Dino Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chrome Dino Game Chrome Dino Game
ID meocheihbifcceinpgioandffklmhhff
Officiell webbadress https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff
Beskrivning Play the dino game offline as well as online and challenge friends to beat your score.
Filstorlek 91.56 KB
Antal Installationer 810
Aktuell Version 0.0.34
Senast Uppdaterad 2022-10-03
Publiceringsdatum 2022-10-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.dinogame.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.dinogame.net
URL till Sekretesspolicy Sidan https://emmelapps.blogspot.com/2022/09/privacy-policy.html
Stödda Språk 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'"
    }
}