Skip to content

azarbayejani/bandcamp-tempo-adjust

Repository files navigation

Bandcamp Tempo Adjust

Donate

bandcamp-tempo-adjust-v0.2-demo.mp4

Features

  • Tempo Adjust Slider
  • BPM Detection
  • Purchase Export (temporarily disabled)

Installation

🔗 Chrome Web Store

🔗 Firefox Add-On

Donation

If this project has helped you, please consider donating:

paypal

Development

Prerequisites

Install all dependencies

yarn

Chrome

yarn start:chrome

Firefox

yarn start:firefox

Deployment

Run the command

$ NODE_ENV=production npm run build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.

Building for Firefox

This extension needs to know to use manifest v2 to target Firefox:

$ yarn build-firefox