WhatsApp Web Fast Audios

Speed up your WhatsApp Audios

WhatsApp Web Fast Audios là gì?

WhatsApp Web Fast Audios là một tiện ích mở rộng Chrome được phát triển bởi http://divino.dev, và tính năng chính của nó là "Speed up your WhatsApp Audios".

Ả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 WhatsApp Web Fast Audios

Tải xuống các tệp mở rộng WhatsApp Web Fast Audios 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

                        Control the speed of WhatsApp audios                    

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

Tên WhatsApp Web Fast Audios WhatsApp Web Fast Audios
ID ohhaichcafnnnifdkobkkodpepdppmmb
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-web-fast-audios/ohhaichcafnnnifdkobkkodpepdppmmb
Mô tả Speed up your WhatsApp Audios
Kích Thước Tệp 60.57 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://divino.dev
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LucasDivino
URL Trang Trợ Giúp https://github.com/LucasDivino
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Fast Audios",
    "short_name": "Fast Wpp Web",
    "version": "1.0",
    "description": "Speed up your WhatsApp Audios",
    "icons": {
        "128": "icon-fast-wpp.png"
    },
    "browser_action": {
        "default_icon": "fast-wpp.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.less"
            ]
        }
    ],
    "manifest_version": 2
}