DIM Stream Deck

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

Apa itu DIM Stream Deck?

DIM Stream Deck adalah ekstensi Chrome yang dikembangkan oleh fcannizzaro, dan fitur utamanya adalah "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DIM Stream Deck

Unduh file ekstensi DIM Stream Deck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        [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                    

Informasi Dasar Ekstensi

Nama DIM Stream Deck DIM Stream Deck
ID odiiafbigbkmleijfhjgidbiefjolcmg
URL Resmi https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg
Deskripsi [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Ukuran File 183 KB
Jumlah Instalasi 417
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-07-05
Tanggal Publikasi 2022-02-08
Penilaian 3.00/5 Total 7 Penilaian
Pengembang fcannizzaro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dim-stream-deck.netlify.app
Bahasa yang Didukung 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"
            ]
        }
    ]
}