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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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