Dinosaur Game in New Tab

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

Qu'est-ce que Dinosaur Game in New Tab ?

Dinosaur Game in New Tab est une extension Chrome développée par http://anantpatni.com, et sa fonction principale est "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dinosaur Game in New Tab

Téléchargez les fichiers d'extension Dinosaur Game in New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dinosaur Game in New Tab Dinosaur Game in New Tab
ID dncoaldcopfkohghaadkobhfpebpcbpk
URL Officiel https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk
Description This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
Taille du Fichier 1.99 MB
Nombre d'Installations 40
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-07
Date de Publication 2022-01-17
Développeur http://anantpatni.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}