Dreamland Story - Play Game Shortcut

Launches Dreamland Story straight from your browser toolbar. Play whenever you want!

Что такое Dreamland Story - Play Game Shortcut?

Dreamland Story - Play Game Shortcut - это расширение Chrome, разработанное dev@remi, и его основная функция - "Launches Dreamland Story straight from your browser toolbar. Play whenever you want!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Dreamland Story - Play Game Shortcut

Скачайте файлы расширений Dreamland Story - Play Game Shortcut в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension allows you to launch Dreamland Story game (web version) straight from your browser toolbar. You can achieve the best result when you pin an icon of the extension to your browser toolbar.                    

Основная информация о расширении

Название Dreamland Story - Play Game Shortcut Dreamland Story - Play Game Shortcut
ID femolaikomdnigbodefkjhpjgkdopbci
Официальный URL https://chromewebstore.google.com/detail/dreamland-story-play-game/femolaikomdnigbodefkjhpjgkdopbci
Описание Launches Dreamland Story straight from your browser toolbar. Play whenever you want!
Размер файла 57.23 KB
Количество установок 3,261
Текущая Версия 0.4.1
Последнее Обновление 2021-07-01
Дата публикации 2018-09-27
Рейтинг 4.10/5 Всего 10 оценок
Разработчик dev@remi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/actions.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/DS_Beacon_Icon_16x16.png",
        "48": "icons\/DS_Beacon_Icon_48x48.png",
        "128": "icons\/DS_Beacon_Icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/DS_Beacon_Icon_48x48.png"
    },
    "manifest_version": 2,
    "version": "0.4.1"
}