Digital Stream Deck

Stream deck digital para Chrome

Digital Stream Deckคืออะไร?

Digital Stream Deck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fedeq.dev และคุณลักษณะหลักของมันคือ "Stream deck digital para Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digital Stream Deck

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}