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 |
官方網址 | 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" ] } ] } |