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?
Dwi - Twitch voice notes是由Stormix開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that allows you to record voice notes and send them to your friends on Twitch.”。
擴展截圖
下載Dwi - Twitch voice notes擴展crx文件
下載Dwi - Twitch voice notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A browser extension that allows you to record voice notes and send them to your friends on Twitch.
擴展基本資訊
名稱 | Dwi - Twitch voice notes |
ID | oebhalkjebodiplmknemmkdihmbalhdi |
官方網址 | https://chromewebstore.google.com/detail/dwi-twitch-voice-notes/oebhalkjebodiplmknemmkdihmbalhdi |
簡介 | A browser extension that allows you to record voice notes and send them to your friends on Twitch. |
檔案大小 | 184 KB |
安裝次數 | 104 |
目前版本 | 0.1.5 |
更新時間 | 2024-01-01 |
上架時間 | 2023-12-30 |
評分 | 5.00/5 共 29 次評分 |
開發者 | Stormix |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://dwi.stormix.dev/ |
隱私政策頁面URL | https://dwi.stormix.dev/privacy |
支援的語言 | 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" } |