DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
DIM Stream Deck là gì?
DIM Stream Deck là một tiện ích mở rộng Chrome được phát triển bởi fcannizzaro, và tính năng chính của nó là "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DIM Stream Deck
Tải xuống các tệp mở rộng DIM Stream Deck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
[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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg |
Mô tả | [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager) |
Kích Thước Tệp | 183 KB |
Số Lần Cài Đặt | 417 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-07-05 |
Ngày Phát Hành | 2022-02-08 |
Đánh Giá | 3.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | fcannizzaro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dim-stream-deck.netlify.app |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |