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"
            }
        }
    }
}