Digital Stream Deck

Stream deck digital para Chrome

Digital Stream Deck là gì?

Digital Stream Deck là một tiện ích mở rộng Chrome được phát triển bởi fedeq.dev, và tính năng chính của nó là "Stream deck digital para Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Digital Stream Deck

Tải xuống các tệp mở rộng Digital 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Digital Stream Deck Digital Stream Deck
ID ihhcadfhoafbnhiobglmonhcdnfkplnk
URL Chính Thức https://chromewebstore.google.com/detail/digital-stream-deck/ihhcadfhoafbnhiobglmonhcdnfkplnk
Mô tả Stream deck digital para Chrome
Kích Thước Tệp 565 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2023-10-01
Nhà Phát Triển fedeq.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Morzat95/Digital-Stream-Deck
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}