Whatsapp Faster Audio
Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
Vad är Whatsapp Faster Audio?
Whatsapp Faster Audio är en Chrome-tillägg utvecklad av Davi Reis Vieira, och dess huvudfunktion är "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!".
Tilläggsskärmbilder
Ladda ner Whatsapp Faster Audio-förlängningens CRX-fil
Ladda ner Whatsapp Faster Audio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | eibfcoedepfeinogfhlemjbapchlpdca |
Officiell webbadress | https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca |
Beskrivning | Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb! |
Filstorlek | 17.96 KB |
Antal Installationer | 76 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2021-03-06 |
Publiceringsdatum | 2020-07-10 |
Betyg | 4.56/5 Totalt 9 Betyg |
Utvecklare | Davi Reis Vieira |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/DaviReisVieira |
Stödda Språk | 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 } |