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によって開発されたChromeの拡張機能で、その主な機能は「[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)」です。

拡張機能のスクリーンショット

screenshot
screenshot

DIM Stream Deck拡張機能のCRXファイルをダウンロード

DIM Stream Deck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        [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                    

拡張機能の基本情報

名前 DIM Stream Deck DIM Stream Deck
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
Eメール [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"
            ]
        }
    ]
}