Digital Stream Deck

Stream deck digital para Chrome

Co to jest Digital Stream Deck?

Digital Stream Deck to rozszerzenie Chrome opracowane przez fedeq.dev, a jego główną funkcją jest „Stream deck digital para Chrome”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Digital Stream Deck

Pobierz pliki rozszerzeń Digital Stream Deck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Digital Stream Deck Digital Stream Deck
ID ihhcadfhoafbnhiobglmonhcdnfkplnk
Oficjalny URL https://chromewebstore.google.com/detail/digital-stream-deck/ihhcadfhoafbnhiobglmonhcdnfkplnk
Opis Stream deck digital para Chrome
Rozmiar pliku 565 KB
Liczba instalacji 52
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2023-10-01
Deweloper fedeq.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Morzat95/Digital-Stream-Deck
Obsługiwane Języki 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"
            ]
        }
    ]
}