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 |
| Eメール | [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"
} | |