Whatsapp Faster Audio
Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
Whatsapp Faster Audio란 무엇입니까?
Whatsapp Faster Audio은(는) Davi Reis Vieira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!"입니다.
확장 프로그램 스크린샷
Whatsapp Faster Audio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of listening to long audios on WhatsApp? With our extension you can change playback speed! HOW TO USE You can easily change the speed audios using the top left menu. You are done! Speed Rates: -0.25x -0.5x -0.75x -1.0x -1.25x -1.5x -1.75x -2.0x -2.75x -2.5x -3.0x
확장 프로그램 기본 정보
이름 | |
ID | eibfcoedepfeinogfhlemjbapchlpdca |
공식 URL | https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca |
설명 | Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb! |
파일 크기 | 17.96 KB |
설치 횟수 | 76 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-03-06 |
출시 날짜 | 2020-07-10 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | Davi Reis Vieira |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/DaviReisVieira |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "icons": { "128": "icon128.png", "48": "icon48.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "https:\/\/web.whatsapp.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "script.js" ], "css": [ "style.css", "popup.css" ] } ], "homepage_url": "http:\/\/davirvs.com.br\/", "manifest_version": 2 } |