DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
O que é DIM Stream Deck?
DIM Stream Deck é uma extensão do Chrome desenvolvida por fcannizzaro, e sua principal característica é "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DIM Stream Deck
Baixe arquivos de extensão DIM Stream Deck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
[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
Informações Básicas da Extensão
Nome | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
URL Oficial | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Descrição | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Tamanho do Arquivo | 183 KB |
Contagem de Instalações | 417 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-07-05 |
Data de Publicação | 2022-02-08 |
Classificação | 3.00/5 Total de 7 Avaliações |
Desenvolvedor | fcannizzaro |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dim-stream-deck.netlify.app |
Idiomas Suportados | 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" ] } ] } |