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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}