Dinosaur Game Launcher

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

Hvad er Dinosaur Game Launcher?

Dinosaur Game Launcher er en Chrome-udvidelse udviklet af http://browsernative.com, og dens hovedfunktion er "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Dinosaur Game Launcher-udvidelses-CRX-fil

Download Dinosaur Game Launcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Dinosaur Game Launcher Dinosaur Game Launcher
ID pmlcmigoejbihcnanenjcdokfgcnabdi
Officiel URL https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi
Beskrivelse Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Filstørrelse 8.38 KB
Antal Installationer 111,239
Nuværende Version 0.1
Senest Opdateret 2019-08-27
Udgivelsesdato 2019-08-27
Bedømmelse 3.20/5 Samlet 20 Bedømmelser
Udvikler http://browsernative.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browsernative.com/google-chrome-dinosaur-run-game/
Hjælpeside-URL https://browsernative.com/google-chrome-dinosaur-run-game/
URL til Fortrolighedspolitik Side https://browsernative.com/extensions-privacy-policy
Understøttede Sprog 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"
            }
        }
    }
}