Dinosaur Game in New Tab

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

Vad är Dinosaur Game in New Tab?

Dinosaur Game in New Tab är en Chrome-tillägg utvecklad av http://anantpatni.com, och dess huvudfunktion är "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dinosaur Game in New Tab-förlängningens CRX-fil

Ladda ner Dinosaur Game in New Tab-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

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

Grundläggande Information om Tillägg

Namn Dinosaur Game in New Tab Dinosaur Game in New Tab
ID dncoaldcopfkohghaadkobhfpebpcbpk
Officiell webbadress https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk
Beskrivning This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
Filstorlek 1.99 MB
Antal Installationer 40
Aktuell Version 1.0
Senast Uppdaterad 2022-02-07
Publiceringsdatum 2022-01-17
Utvecklare http://anantpatni.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}