Whatsapp Faster Audio
Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
Wat is Whatsapp Faster Audio?
Whatsapp Faster Audio is een Chrome-extensie ontwikkeld door Davi Reis Vieira, en de belangrijkste functie is "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!".
Extensie Screenshots
Download het CRX-bestand van de extensie Whatsapp Faster Audio
Download Whatsapp Faster Audio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | eibfcoedepfeinogfhlemjbapchlpdca |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca |
Beschrijving | Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb! |
Bestandsgrootte | 17.96 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-03-06 |
Publicatiedatum | 2020-07-10 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Davi Reis Vieira |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/DaviReisVieira |
Ondersteunde Talen | 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 } |