WhatsApp Web Fast Audios

Speed up your WhatsApp Audios

什么是WhatsApp Web Fast Audios?

WhatsApp Web Fast Audios是由http://divino.dev开发的Chrome扩展程序,该扩展的主要功能是“Speed up your WhatsApp Audios”。

扩展截图

screenshot
screenshot

下载WhatsApp Web Fast Audios扩展crx文件

下载WhatsApp Web Fast Audios扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Control the speed of WhatsApp audios                    

扩展基本信息

名称 WhatsApp Web Fast Audios WhatsApp Web Fast Audios
ID ohhaichcafnnnifdkobkkodpepdppmmb
官方URL https://chrome.google.com/webstore/detail/whatsapp-web-fast-audios/ohhaichcafnnnifdkobkkodpepdppmmb
简介 Speed up your WhatsApp Audios
文件大小 60.57 KB
安装次数 60
当前版本 1.0
更新时间 2020-06-03
上架时间 2020-06-02
评分 3.00/5 共2次评分
开发者 http://divino.dev
付费类型 free
扩展官网 https://github.com/LucasDivino
帮助页面URL https://github.com/LucasDivino
支持的语言 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
}