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. 扩展基本信息
| 名称 | |
| ID | oebhalkjebodiplmknemmkdihmbalhdi |
| 官方URL | 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"
} | |