Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eoguvo/speedaudio

a simple extension that speeds up your whatsapp audios
https://github.com/eoguvo/speedaudio

chrome edge extension opera whatsapp whatsapp-web

Last synced: about 1 month ago
JSON representation

a simple extension that speeds up your whatsapp audios

Awesome Lists containing this project

README

        


header SpeedAudio extension



author - Gustavo Henrique

GitHub stars



language - PortuguΓͺs


⚑ Speed Audio ⚑


Extension for
whatsapp web
that speed up your audios




πŸŽ‰ SpeedAudio 0.3 πŸš€ Ready! πŸŽ‰


Table of contents
=================

* [Running](#rodando)
* How to use
* [Prerequisites](#pre-requisitos)
* [Installing](#install)
* [Techs](#techs)


🎲 Running



Prerequisites


Before start, you need have installed in your machine:
[Git](https://git-scm.com) (to clone the repository).



follow those steps to install:


```bash
# clone the repository in your machine
$ git clone https://github.com/Gustavo-Henrique-br/SpeedAudio.git

# If you wanna change the source code follow the lines below, otherwise, just ignore

# Install the dependencies:
$ yarn
# or
$ npm install

# Running webpack in watch mode
$ yarn dev
# or
$ npm run dev

# Just building
$ yarn build
# or
$ npm run build
```


πŸš€ Setting up



  1. access your browser extensions tab(<browsername>://extensions)


  2. activate developer mode if it is unactivated (generally a switch button in the top of the page)


  3. drag your folder anywhere


  4. access
    whatsapp web
    and BOOM there it is


πŸ›  Technologies


- [Extensions](https://developer.chrome.com/docs/extensions/)
- [Webpack](https://webpack.js.org/)