DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
¿Qué es DIM Stream Deck?
DIM Stream Deck es una extensión de Chrome desarrollada por fcannizzaro, y su función principal es "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DIM Stream Deck
Descarga archivos de extensión DIM Stream Deck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
[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
Información Básica de la Extensión
Nombre | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
URL Oficial | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Descripción | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Tamaño del Archivo | 183 KB |
Cantidad de Instalaciones | 417 |
Versión Actual | 1.0.3 |
Última Actualización | 2022-07-05 |
Fecha de Publicación | 2022-02-08 |
Calificación | 3.00/5 Total de 7 Calificaciones |
Desarrollador | fcannizzaro |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dim-stream-deck.netlify.app |
Idiomas Soportados | 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" ] } ] } |