Whatsapp Audio Speed Controller
Increase your produtivity
Wat is Whatsapp Audio Speed Controller?
Whatsapp Audio Speed Controller is een Chrome-extensie ontwikkeld door oliv.marq.marcello, en de belangrijkste functie is "Increase your produtivity".
Extensie Screenshots
Download het CRX-bestand van de extensie Whatsapp Audio Speed Controller
Download Whatsapp Audio Speed Controller-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
Are you tired of big audios, but you don't want to ignore your friend? Download this extension, click on header (tumblr and controller section) , use 'd' and 's' to update or just use the UI controller
Basisinformatie over de Extensie
Naam | |
ID | ecohadaklhhfmddonkgodinefibplnfi |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/ecohadaklhhfmddonkgodinefibplnfi |
Beschrijving | Increase your produtivity |
Bestandsgrootte | 7.42 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2020-07-14 |
Publicatiedatum | 2020-07-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | oliv.marq.marcello |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/marcello-oliveira/whatsapp-audio-speed-controller |
Help Pagina-URL | https://github.com/marcello-oliveira/whatsapp-audio-speed-controller |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Audio Speed Controller", "version": "0.2", "description": "Increase your produtivity", "icons": { "128": "128.png", "16": "icon16.png" }, "author": "Marcello Marques de Oliveira", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "index.js" ] } ] } |