Dinosaur Game Launcher

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

Τι είναι το Dinosaur Game Launcher;

Το Dinosaur Game Launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://browsernative.com, και η κύρια λειτουργία του είναι "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dinosaur Game Launcher

Λήψη αρχείων επέκτασης Dinosaur Game Launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dinosaur Game Launcher Dinosaur Game Launcher
ID pmlcmigoejbihcnanenjcdokfgcnabdi
Επίσημο URL https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi
Περιγραφή Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Μέγεθος Αρχείου 8.38 KB
Αριθμός Εγκαταστάσεων 111,239
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2019-08-27
Ημερομηνία Δημοσίευσης 2019-08-27
Αξιολόγηση 3.20/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής http://browsernative.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browsernative.com/google-chrome-dinosaur-run-game/
Διεύθυνση URL της Σελίδας Βοήθειας https://browsernative.com/google-chrome-dinosaur-run-game/
URL της Σελίδας Πολιτικής Απορρήτου https://browsernative.com/extensions-privacy-policy
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}