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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diogorodrigues.dev และคุณลักษณะหลักของมันคือ "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp Audio Speed Controller
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |