Whatsapp Faster Audio

Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!

Whatsapp Faster Audio là gì?

Whatsapp Faster Audio là một tiện ích mở rộng Chrome được phát triển bởi Davi Reis Vieira, và tính năng chính của nó là "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whatsapp Faster Audio

Tải xuống các tệp mở rộng Whatsapp Faster Audio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tired of listening to long audios on WhatsApp? With our extension you can change playback speed!

HOW TO USE

You can easily change the speed audios using the top left menu. You are done!

Speed Rates:
-0.25x
-0.5x
-0.75x
-1.0x
-1.25x
-1.5x
-1.75x
-2.0x
-2.75x
-2.5x
-3.0x                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whatsapp Faster Audio Whatsapp Faster Audio
ID eibfcoedepfeinogfhlemjbapchlpdca
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca
Mô tả Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
Kích Thước Tệp 17.96 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2020-07-10
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Davi Reis Vieira
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DaviReisVieira
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css",
                "popup.css"
            ]
        }
    ],
    "homepage_url": "http:\/\/davirvs.com.br\/",
    "manifest_version": 2
}