Whatsapp Audio Speed Controller

Increase your produtivity

什么是Whatsapp Audio Speed Controller?

Whatsapp Audio Speed Controller是由oliv.marq.marcello开发的Chrome扩展程序,该扩展的主要功能是“Increase your produtivity”。

扩展截图

screenshot
screenshot

下载Whatsapp Audio Speed Controller扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Whatsapp Audio Speed Controller Whatsapp Audio Speed Controller
ID ecohadaklhhfmddonkgodinefibplnfi
官方URL https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/ecohadaklhhfmddonkgodinefibplnfi
简介 Increase your produtivity
文件大小 7.42 KB
安装次数 20
当前版本 0.2
更新时间 2020-07-14
上架时间 2020-07-14
评分 5.00/5 共1次评分
开发者 oliv.marq.marcello
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
帮助页面URL https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
支持的语言 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"
            ]
        }
    ]
}