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."입니다.
확장 프로그램 스크린샷
Zapp: WhatsApp Audio Speed and Volume 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |