Dwi - Twitch voice notes

A browser extension that allows you to record voice notes and send them to your friends on Twitch.

Cos'è Dwi - Twitch voice notes?

Dwi - Twitch voice notes è un'estensione di Chrome sviluppata da Stormix, e la sua funzione principale è "A browser extension that allows you to record voice notes and send them to your friends on Twitch.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dwi - Twitch voice notes

Scarica i file di estensione Dwi - Twitch voice notes 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

                        A browser extension that allows you to record voice notes and send them to your friends on Twitch.                    

Informazioni di Base sull'Estensione

Nome Dwi - Twitch voice notes Dwi - Twitch voice notes
ID oebhalkjebodiplmknemmkdihmbalhdi
URL Ufficiale https://chromewebstore.google.com/detail/dwi-twitch-voice-notes/oebhalkjebodiplmknemmkdihmbalhdi
Descrizione A browser extension that allows you to record voice notes and send them to your friends on Twitch.
Dimensione del File 184 KB
Conteggio Installazioni 104
Versione Corrente 0.1.5
Ultimo Aggiornamento 2024-01-01
Data di Pubblicazione 2023-12-30
Valutazione 5.00/5 Totale 29 Valutazioni
Sviluppatore Stormix
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dwi.stormix.dev/
URL della Pagina della Politica sulla Privacy https://dwi.stormix.dev/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dwi - Twitch voice notes",
    "version": "0.1.5",
    "description": "A browser extension that allows you to record voice notes and send them to your friends on Twitch.",
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq2xgpYHmbbKLljk83Fh9Qjeq44zTz2flrmUQlJgul8ZlzjKCzCoTJzoKipYydiVglSW00jadGV8bEIgvW4OuNX1GyAlnZzPOS1qECwEdjylacvs\/mLOJ4xhV568OC69OUEY5rF59ypdo1CwL0wwcz7C4rUZF\/wSncutN84nxJNUOtepRE3Agrj0Gv8j3bOFC6gRh0MjL3tc4Ii90wIRTN6+VSghBvRKJI5CfKBxPeZZNvgQB80t8+tk5043I3GiyLWveokiaM7PrlDUeRXzou1nX1ZXI1ZWoEzx2CmL8Lf\/2Ovkn7JHTOHh4vKx2hFcydtjh0aHgDryjFqjuaYhjfQIDAQAB"
}