Whatsapp Audio Speed Controller

Increase your produtivity

Whatsapp Audio Speed Controller là gì?

Whatsapp Audio Speed Controller là một tiện ích mở rộng Chrome được phát triển bởi oliv.marq.marcello, và tính năng chính của nó là "Increase your produtivity".

Ả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 Audio Speed Controller

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

                        Are you tired of big audios, but you don't want to ignore your friend? Download this extension,  click on header (tumblr and controller section) , use 'd' and 's' to update or just use the UI controller                    

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

Tên Whatsapp Audio Speed Controller Whatsapp Audio Speed Controller
ID ecohadaklhhfmddonkgodinefibplnfi
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/ecohadaklhhfmddonkgodinefibplnfi
Mô tả Increase your produtivity
Kích Thước Tệp 7.42 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-07-14
Ngày Phát Hành 2020-07-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển oliv.marq.marcello
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
URL Trang Trợ Giúp https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Audio Speed Controller",
    "version": "0.2",
    "description": "Increase your produtivity",
    "icons": {
        "128": "128.png",
        "16": "icon16.png"
    },
    "author": "Marcello Marques de Oliveira",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}