DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Co je DIM Stream Deck?
DIM Stream Deck je rozšíření Chrome vyvinuté fcannizzaro, a jeho hlavní funkcí je „[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DIM Stream Deck
Stáhněte si soubory rozšíření DIM Stream Deck ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
[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
Základní Informace o Rozšíření
Název | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
Oficiální URL | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Popis | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Velikost souboru | 183 KB |
Počet instalací | 417 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2022-07-05 |
Datum Vydání | 2022-02-08 |
Hodnocení | 3.00/5 Celkem 7 Hodnocení |
Vývojář | fcannizzaro |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://dim-stream-deck.netlify.app |
Podporované Jazyky | 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" ] } ] } |