WhatsApp Audio Speed Controller
Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.
WhatsApp Audio Speed Controllerとは何ですか?
WhatsApp Audio Speed Controllerはdiogorodrigues.devによって開発されたChromeの拡張機能で、その主な機能は「Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.」です。
拡張機能のスクリーンショット
WhatsApp Audio Speed Controller拡張機能のCRXファイルをダウンロード
WhatsApp Audio Speed Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp Audio Speed Controller allows you to controll the speed of audio messages. - You have 5 speed options to choose from: normal, 1.25x, 1.5x, 1.75x and 2x. - Speed remains applied when you change the conversation user.
拡張機能の基本情報
名前 | |
ID | njohepideanemcnockcgoibamcdmdodh |
公式URL | https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/njohepideanemcnockcgoibamcdmdodh |
説明 | Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages. |
ファイルサイズ | 7.86 KB |
インストール数 | 50 |
現在のバージョン | 1 |
最終更新日 | 2020-06-10 |
公開日 | 2020-06-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | diogorodrigues.dev |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Audio Speed Controller", "description": "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.", "version": "1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] } |