Digital Stream Deck

Stream deck digital para Chrome

Digital Stream Deckとは何ですか?

Digital Stream Deckはfedeq.devによって開発されたChromeの拡張機能で、その主な機能は「Stream deck digital para Chrome」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Digital Stream Deck is a Chrome extension enabling streamers and users to upload and play audio snippets on demand. From sound effects to song fragments, enhance your streams or browsing experience with custom audio at the touch of a keyboard shortcut.                    

拡張機能の基本情報

名前 Digital Stream Deck Digital Stream Deck
ID ihhcadfhoafbnhiobglmonhcdnfkplnk
公式URL https://chromewebstore.google.com/detail/digital-stream-deck/ihhcadfhoafbnhiobglmonhcdnfkplnk
説明 Stream deck digital para Chrome
ファイルサイズ 565 KB
インストール数 52
現在のバージョン 1.5
最終更新日 2024-02-14
公開日 2023-10-01
開発者 fedeq.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Morzat95/Digital-Stream-Deck
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Stream Deck",
    "version": "1.5",
    "description": "Stream deck digital para Chrome",
    "icons": {
        "48": "images\/icon.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "48": "images\/icon.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/shared.js"
            ]
        }
    ]
}