DIM Stream Deck

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

Cos'è DIM Stream Deck?

DIM Stream Deck è un'estensione di Chrome sviluppata da fcannizzaro, e la sua funzione principale è "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DIM Stream Deck

Scarica i file di estensione DIM Stream Deck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        [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                    

Informazioni di Base sull'Estensione

Nome DIM Stream Deck DIM Stream Deck
ID odiiafbigbkmleijfhjgidbiefjolcmg
URL Ufficiale https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg
Descrizione [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Dimensione del File 183 KB
Conteggio Installazioni 417
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-07-05
Data di Pubblicazione 2022-02-08
Valutazione 3.00/5 Totale 7 Valutazioni
Sviluppatore fcannizzaro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dim-stream-deck.netlify.app
Lingue Supportate 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"
            ]
        }
    ]
}