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
电子邮箱 [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"
            ]
        }
    ]
}