Digital Stream Deck

Stream deck digital para Chrome

Hvad er Digital Stream Deck?

Digital Stream Deck er en Chrome-udvidelse udviklet af fedeq.dev, og dens hovedfunktion er "Stream deck digital para Chrome".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Digital Stream Deck-udvidelses-CRX-fil

Download Digital Stream Deck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Digital Stream Deck Digital Stream Deck
ID ihhcadfhoafbnhiobglmonhcdnfkplnk
Officiel URL https://chromewebstore.google.com/detail/digital-stream-deck/ihhcadfhoafbnhiobglmonhcdnfkplnk
Beskrivelse Stream deck digital para Chrome
Filstørrelse 565 KB
Antal Installationer 52
Nuværende Version 1.5
Senest Opdateret 2024-02-14
Udgivelsesdato 2023-10-01
Udvikler fedeq.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Morzat95/Digital-Stream-Deck
Understøttede Sprog 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"
            ]
        }
    ]
}