Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eoguvo/speedaudio
- Owner: eoguvo
- Created: 2020-07-29T23:11:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:36:31.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T18:58:51.434Z (over 1 year ago)
- Topics: chrome, edge, extension, opera, whatsapp, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
π 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
access your browser extensions tab(<browsername>://extensions)
activate developer mode if it is unactivated (generally a switch button in the top of the page)
drag your folder anywhere
access
whatsapp web
and BOOM there it is
π Technologies
- [Extensions](https://developer.chrome.com/docs/extensions/)
- [Webpack](https://webpack.js.org/)