Dinosaur Game in New Tab

This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.

Hvad er Dinosaur Game in New Tab?

Dinosaur Game in New Tab er en Chrome-udvidelse udviklet af http://anantpatni.com, og dens hovedfunktion er "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Dinosaur Game in New Tab-udvidelses-CRX-fil

Download Dinosaur Game in New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension brings Google's Dinosaur Game, also known as T-Rex Game to your browser new tab.                    

Grundlæggende oplysninger om udvidelsen

Navn Dinosaur Game in New Tab Dinosaur Game in New Tab
ID dncoaldcopfkohghaadkobhfpebpcbpk
Officiel URL https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk
Beskrivelse This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
Filstørrelse 1.99 MB
Antal Installationer 40
Nuværende Version 1.0
Senest Opdateret 2022-02-07
Udgivelsesdato 2022-01-17
Udvikler http://anantpatni.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dinosaur Game in New Tab",
    "description": "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.",
    "action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}