DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
DIM Stream Deck क्या है?
DIM Stream Deck fcannizzaro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DIM Stream Deck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
विवरण | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
फ़ाइल का आकार | 183 KB |
स्थापना संख्या | 417 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-07-05 |
प्रकाशन तिथि | 2022-02-08 |
रेटिंग | 3.00/5 कुल 7 रेटिंग्स |
डेवलपर | fcannizzaro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dim-stream-deck.netlify.app |
समर्थित भाषाएँ | 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" ] } ] } |