Audio Speeder - Controller for Whatsapp

Add simple speed control to your audios on WhatsApp Web. Listen to those long recordings in no time.

Audio Speeder - Controller for Whatsappคืออะไร?

Audio Speeder - Controller for Whatsapp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mateus1128 และคุณลักษณะหลักของมันคือ "Add simple speed control to your audios on WhatsApp Web. Listen to those long recordings in no time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Speeder - Controller for Whatsapp

ดาวน์โหลดไฟล์ส่วนขยาย Audio Speeder - Controller for Whatsapp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add simple speed control to your audios on WhatsApp Web. Listen to those long recordings in no time.
Audio Speeder is an extension built to work with WhatsApp Web. It adds controls to the audio on chat, which let you change the speed of recordings.

HOW TO

A select will appear on audio message, wirh all the controls needed to tweak the audio recordings in WhatsApp Web.
To change speed, just press on the Speed Selection Box and choose your speed.


[Português]

Adicione controle de velocidade simples aos seus áudios no WhatsApp Web. Ouça essas gravações longas em pouco tempo.
Audio Speeder é uma extensão criada para funcionar com o WhatsApp Web. Ele adiciona controles ao áudio do bate-papo, que permitem alterar a velocidade das gravações.

COMO USAR

Uma seleção aparecerá na mensagem de áudio, com todos os controles necessários para ajustar as gravações de áudio no WhatsApp Web.

Para alterar a velocidade, basta pressionar na caixa de seleção de velocidade e escolher sua velocidade.

[Espanol]

Agregue un control de velocidad simple a sus audios en WhatsApp Web. Escuche estas largas grabaciones en poco tiempo.
Audio Speeder es una extensión creada para trabajar con WhatsApp Web. Agrega controles al audio del chat, lo que le permite cambiar la velocidad de las grabaciones.

CÓMO USAR

Aparecerá una selección en el mensaje de audio, con todos los controles necesarios para ajustar las grabaciones de audio en WhatsApp Web.

Para cambiar la velocidad, simplemente presione el cuadro de selección de velocidad y elija su velocidad.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Audio Speeder - Controller for Whatsapp Audio Speeder - Controller for Whatsapp
ID kjccnfakbelegkjijmakmjbmokgmiefa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/audio-speeder-controller/kjccnfakbelegkjijmakmjbmokgmiefa
คำอธิบาย Add simple speed control to your audios on WhatsApp Web. Listen to those long recordings in no time.
ขนาดไฟล์ 12.86 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-01
วันที่เผยแพร่ 2020-04-28
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mateus1128
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/maateusx/whatsapp_audio_speeder
URL หน้าช่วยเหลือ https://github.com/maateusx/whatsapp_audio_speeder
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audio Speeder - Controller for Whatsapp",
    "description": "Add simple speed control to your audios on WhatsApp Web. Listen to those long recordings in no time.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}