Dinosaur Game Launcher

Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.

What is Dinosaur Game Launcher?

Dinosaur Game Launcher is a Chrome extension developed by http://browsernative.com, and its main feature is "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dinosaur Game Launcher Extension CRX File

Download Dinosaur Game Launcher 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

                        Just a launcher for Google Chrome dinosaur game. Click on the toolbar button, or use keyboard command Alt + Shift + D. Press space bar to start the game.

Extension created by BrowserNative: https://browsernative.com/google-chrome-dinosaur-run-game/                    

Extension Basic Information

Name Dinosaur Game Launcher Dinosaur Game Launcher
ID pmlcmigoejbihcnanenjcdokfgcnabdi
Official URL https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi
Description Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
File Size 8.38 KB
Installation Count 111,239
Current Version 0.1
Last Updated 2019-08-27
Publish Date 2019-08-27
Rating 3.20/5 Total 20 Ratings
Developer http://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/google-chrome-dinosaur-run-game/
Help Page URL https://browsernative.com/google-chrome-dinosaur-run-game/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "dino.png",
        "default_title": "Dinosaur Game"
    },
    "description": "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.",
    "homepage_url": "https:\/\/browsernative.com\/google-chrome-dinosaur-run-game\/",
    "icons": {
        "128": "dino.png",
        "48": "dino-48.png"
    },
    "manifest_version": 2,
    "name": "Dinosaur Game Launcher",
    "version": "0.1",
    "permissions": [],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    }
}