Zappit: Whatsapp Audio Speed Controller

Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.

Zappit: Whatsapp Audio Speed Controller là gì?

Zappit: Whatsapp Audio Speed Controller là một tiện ích mở rộng Chrome được phát triển bởi sbalbinot, và tính năng chính của nó là "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Zappit: Whatsapp Audio Speed Controller 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

                        When accessing Whatsapp Web, simply select the desired speed on the controller found in the upper left bar (next to the profile photo). The selected value will be saved in the user's session linked to the connected device.                    

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

Tên Zappit: Whatsapp Audio Speed Controller Zappit: Whatsapp Audio Speed Controller
ID nhnahfpdeiceabamcelfpabidolmpdoa
URL Chính Thức https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa
Mô tả Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.
Kích Thước Tệp 303 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-03-02
Ngày Phát Hành 2020-10-06
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển sbalbinot
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": ".\/icons\/zappit-16.png",
        "32": ".\/icons\/zappit-32.png",
        "48": ".\/icons\/zappit-48.png",
        "128": ".\/icons\/zappit-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}