Zapp: WhatsApp Audio Speed and Volume

Add audio controls to WhatsApp Web. Listen to those long recordings in no time.

什么是Zapp: WhatsApp Audio Speed and Volume?

Zapp: WhatsApp Audio Speed and Volume是由apra开发的Chrome扩展程序,该扩展的主要功能是“Add audio controls to WhatsApp Web. Listen to those long recordings in no time.”。

扩展截图

screenshot
screenshot
screenshot

下载Zapp: WhatsApp Audio Speed and Volume扩展crx文件

下载Zapp: WhatsApp Audio Speed and Volume扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Zapp is an extension built to work with WhatsApp Web. It adds controls to the top right corner of your screen which let you change the speed and the volume of recordings.

HOW TO

Start by pressing the icon on the right of the address bar after you entered WhatsApp Web. A box will appear wirh all the controls needed to tweak the audio recordings in WhatsApp Web.

CONTROLS

To change speed or volume, just press on the arrows, or scroll the mouse wheel.                    

扩展基本信息

名称 Zapp: WhatsApp Audio Speed and Volume Zapp: WhatsApp Audio Speed and Volume
ID elcnpdohkiddfbelgemgkpibmmnjhjni
官方URL https://chromewebstore.google.com/detail/zapp-whatsapp-audio-speed/elcnpdohkiddfbelgemgkpibmmnjhjni
简介 Add audio controls to WhatsApp Web. Listen to those long recordings in no time.
文件大小 46.01 KB
安装次数 12,620
当前版本 1.1.0
更新时间 2021-04-10
上架时间 2020-07-04
评分 4.24/5 共88次评分
开发者 apra
电子邮箱 [email protected]
付费类型 free
支持的语言 en,en-GB,en-US,it
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "runtime.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj\/ZteiOPAbOSZE\/ofd8RuIgzMbLy2MRN9T\/CfAC2bG1ifG+WLjOmCgZNrgh1WwF9m5USrfEg6eM7mx8OcVxfkq7Afg\/hHkKAepWCqvJF5+xJwig1k3CDQ1VVEotv6tQEwXi9tUh8pANMNe9hVlrcW00VJ42viP00Fhw8dl1jQGXTRevKpZSBl\/p6WjumQKTxFgVq8KNaF62Y+NmA9LDU9y6ltghGeUtClzqiAThflId5hV3WkQjREXhgyBSh03DGEoyefFV6lIRKF+9u4PTwmvRBWx7flq7Rywvh89\/33g5lGdIxSx5EDdvBkzhXpyMVUPL5Vcix1+lQw5Ty3RMz4wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "declarativeContent",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}