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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}