Zappit: Whatsapp Audio Speed Controller
Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.
什么是Zappit: Whatsapp Audio Speed Controller?
Zappit: Whatsapp Audio Speed Controller是由sbalbinot开发的Chrome扩展程序,该扩展的主要功能是“Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.”。
扩展截图
下载Zappit: Whatsapp Audio Speed Controller扩展crx文件
下载Zappit: Whatsapp Audio Speed Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When accessing Whatsapp Web, simply select the desired speed on the controller found in the upper left bar (next to the profile photo). The selected value will be saved in the user's session linked to the connected device.
扩展基本信息
名称 | |
ID | nhnahfpdeiceabamcelfpabidolmpdoa |
官方URL | https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa |
简介 | Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time. |
文件大小 | 303 KB |
安装次数 | 66 |
当前版本 | 0.3 |
更新时间 | 2021-03-02 |
上架时间 | 2020-10-06 |
评分 | 3.67/5 共3次评分 |
开发者 | sbalbinot |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3", "icons": { "16": ".\/icons\/zappit-16.png", "32": ".\/icons\/zappit-32.png", "48": ".\/icons\/zappit-48.png", "128": ".\/icons\/zappit-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |