Digital Stream Deck

Stream deck digital para Chrome

Cos'è Digital Stream Deck?

Digital Stream Deck è un'estensione di Chrome sviluppata da fedeq.dev, e la sua funzione principale è "Stream deck digital para Chrome".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Digital Stream Deck

Scarica i file di estensione Digital Stream Deck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Digital Stream Deck Digital Stream Deck
ID ihhcadfhoafbnhiobglmonhcdnfkplnk
URL Ufficiale https://chromewebstore.google.com/detail/digital-stream-deck/ihhcadfhoafbnhiobglmonhcdnfkplnk
Descrizione Stream deck digital para Chrome
Dimensione del File 565 KB
Conteggio Installazioni 52
Versione Corrente 1.5
Ultimo Aggiornamento 2024-02-14
Data di Pubblicazione 2023-10-01
Sviluppatore fedeq.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Morzat95/Digital-Stream-Deck
Lingue Supportate 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"
            ]
        }
    ]
}