WhatsApp Web Fast Audios
Speed up your WhatsApp Audios
Wat is WhatsApp Web Fast Audios?
WhatsApp Web Fast Audios is een Chrome-extensie ontwikkeld door http://divino.dev, en de belangrijkste functie is "Speed up your WhatsApp Audios".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Web Fast Audios
Download WhatsApp Web Fast Audios-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
Control the speed of WhatsApp audios
Basisinformatie over de Extensie
Naam | |
ID | ohhaichcafnnnifdkobkkodpepdppmmb |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-web-fast-audios/ohhaichcafnnnifdkobkkodpepdppmmb |
Beschrijving | Speed up your WhatsApp Audios |
Bestandsgrootte | 60.57 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-06-03 |
Publicatiedatum | 2020-06-02 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://divino.dev |
Betalingswijze | free |
Extensiewebsite | https://github.com/LucasDivino |
Help Pagina-URL | https://github.com/LucasDivino |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Web Fast Audios", "short_name": "Fast Wpp Web", "version": "1.0", "description": "Speed up your WhatsApp Audios", "icons": { "128": "icon-fast-wpp.png" }, "browser_action": { "default_icon": "fast-wpp.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "index.js" ], "css": [ "index.less" ] } ], "manifest_version": 2 } |