Digital Stream Deck

Stream deck digital para Chrome

Digital Stream Deck क्या है?

Digital Stream Deck fedeq.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stream deck digital para Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Digital Stream Deck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}