DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
Wat is DIM Stream Deck?
DIM Stream Deck is een Chrome-extensie ontwikkeld door fcannizzaro, en de belangrijkste functie is "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".
Extensie Screenshots
Download het CRX-bestand van de extensie DIM Stream Deck
Download DIM Stream Deck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
[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
Basisinformatie over de Extensie
Naam | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
Officiële URL | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Beschrijving | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Bestandsgrootte | 183 KB |
Aantal Installaties | 417 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-07-05 |
Publicatiedatum | 2022-02-08 |
Beoordeling | 3.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | fcannizzaro |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dim-stream-deck.netlify.app |
Ondersteunde Talen | 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" ] } ] } |