Dinosaur Game in New Tab
This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
What is Dinosaur Game in New Tab?
Dinosaur Game in New Tab is a Chrome extension developed by http://anantpatni.com, and its main feature is "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".
Extension Screenshots
Download Dinosaur Game in New Tab Extension CRX File
Download Dinosaur Game in New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension brings Google's Dinosaur Game, also known as T-Rex Game to your browser new tab.
Extension Basic Information
Name | |
ID | dncoaldcopfkohghaadkobhfpebpcbpk |
Official URL | 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. |
File Size | 1.99 MB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2022-02-07 |
Publish Date | 2022-01-17 |
Developer | http://anantpatni.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |