DIM Stream Deck

[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)

Что такое DIM Stream Deck?

DIM Stream Deck - это расширение Chrome, разработанное fcannizzaro, и его основная функция - "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".

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

screenshot
screenshot

Скачать файл CRX расширения DIM Stream Deck

Скачайте файлы расширений DIM Stream Deck в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        [DEPRECATED]
This extension is no more needed.

[DESCRIPTION]
This extension allow the user to transfer user loadout, see inventory / postmaster info, to execute actions like refresh, search, equip loadout and more using the linked Elgato Stream Deck plugin

For the new system go to https://dim-stream-deck.netlify.app                    

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

Название DIM Stream Deck DIM Stream Deck
ID odiiafbigbkmleijfhjgidbiefjolcmg
Официальный URL https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg
Описание [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Размер файла 183 KB
Количество установок 417
Текущая Версия 1.0.3
Последнее Обновление 2022-07-05
Дата публикации 2022-02-08
Рейтинг 3.00/5 Всего 7 оценок
Разработчик fcannizzaro
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://dim-stream-deck.netlify.app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DIM Stream Deck",
    "description": "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)",
    "version": "1.0.3",
    "author": "fcannizzaro",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.destinyitemmanager.com\/*",
                "https:\/\/app.destinyitemmanager.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}