Dwi - Twitch voice notes

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

Was ist Dwi - Twitch voice notes?

Dwi - Twitch voice notes ist eine Chrome-Erweiterung, die von Stormix entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that allows you to record voice notes and send them to your friends on Twitch.".

Erweiterungsscreenshots

screenshot
screenshot

Dwi - Twitch voice notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dwi - Twitch voice notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Dwi - Twitch voice notes Dwi - Twitch voice notes
ID oebhalkjebodiplmknemmkdihmbalhdi
Offizielle URL https://chromewebstore.google.com/detail/dwi-twitch-voice-notes/oebhalkjebodiplmknemmkdihmbalhdi
Beschreibung A browser extension that allows you to record voice notes and send them to your friends on Twitch.
Dateigröße 184 KB
Installationsanzahl 104
Aktuelle Version 0.1.5
Letztes Update 2024-01-01
Veröffentlichungsdatum 2023-12-30
Bewertung 5.00/5 Insgesamt 29 Bewertungen
Entwickler Stormix
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dwi.stormix.dev/
URL der Datenschutzrichtlinien-Seite https://dwi.stormix.dev/privacy
Unterstützte Sprachen 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"
}