Dinosaur Game Launcher

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

Vad är Dinosaur Game Launcher?

Dinosaur Game Launcher är en Chrome-tillägg utvecklad av http://browsernative.com, och dess huvudfunktion är "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Dinosaur Game Launcher-förlängningens CRX-fil

Ladda ner Dinosaur Game Launcher-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

                        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äggande Information om Tillägg

Namn Dinosaur Game Launcher Dinosaur Game Launcher
ID pmlcmigoejbihcnanenjcdokfgcnabdi
Officiell webbadress https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi
Beskrivning Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Filstorlek 8.38 KB
Antal Installationer 111,239
Aktuell Version 0.1
Senast Uppdaterad 2019-08-27
Publiceringsdatum 2019-08-27
Betyg 3.20/5 Totalt 20 Betyg
Utvecklare http://browsernative.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/google-chrome-dinosaur-run-game/
Hjälpsida URL https://browsernative.com/google-chrome-dinosaur-run-game/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
            }
        }
    }
}