Dinosaur Game in New Tab

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

Wat is Dinosaur Game in New Tab?

Dinosaur Game in New Tab is een Chrome-extensie ontwikkeld door http://anantpatni.com, en de belangrijkste functie is "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dinosaur Game in New Tab

Download Dinosaur Game in New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dinosaur Game in New Tab Dinosaur Game in New Tab
ID dncoaldcopfkohghaadkobhfpebpcbpk
Officiële URL https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk
Beschrijving This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
Bestandsgrootte 1.99 MB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-07
Publicatiedatum 2022-01-17
Ontwikkelaar http://anantpatni.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}