DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Was ist DIM Stream Deck?
DIM Stream Deck ist eine Chrome-Erweiterung, die von fcannizzaro entwickelt wurde, und ihr Hauptmerkmal ist "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".
Erweiterungsscreenshots
DIM Stream Deck-Erweiterungs-CRX-Datei herunterladen
Laden Sie DIM Stream Deck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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
Grundlegende Informationen zur Erweiterung
Name | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
Offizielle URL | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Beschreibung | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Dateigröße | 183 KB |
Installationsanzahl | 417 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-07-05 |
Veröffentlichungsdatum | 2022-02-08 |
Bewertung | 3.00/5 Insgesamt 7 Bewertungen |
Entwickler | fcannizzaro |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dim-stream-deck.netlify.app |
Unterstützte Sprachen | 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" ] } ] } |