Dwi - Twitch voice notes

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

Dwi - Twitch voice notes là gì?

Dwi - Twitch voice notes là một tiện ích mở rộng Chrome được phát triển bởi Stormix, và tính năng chính của nó là "A browser extension that allows you to record voice notes and send them to your friends on Twitch.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dwi - Twitch voice notes

Tải xuống các tệp mở rộng Dwi - Twitch voice notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dwi - Twitch voice notes Dwi - Twitch voice notes
ID oebhalkjebodiplmknemmkdihmbalhdi
URL Chính Thức https://chromewebstore.google.com/detail/dwi-twitch-voice-notes/oebhalkjebodiplmknemmkdihmbalhdi
Mô tả A browser extension that allows you to record voice notes and send them to your friends on Twitch.
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2024-01-01
Ngày Phát Hành 2023-12-30
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Stormix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dwi.stormix.dev/
URL Trang Chính Sách Bảo Mật https://dwi.stormix.dev/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}