A Browser extension to easily copy and paste the song name, album, or artist from a Spotify song web page.
This is because it doesn't allow you to highlight any text with the cursor, so this makes it easy by automatically extracting the details and a button to copy it to the clipboard

- Be in root folder
pwd ~/**/copyify
- Ensure you have nvm and Nodejs installed and run
nvm install
to use the correct node version - Move
manifest.json
fromchrome
orfirefox
folder into root directory depending on which browser you want to build for' - Run
npm i
to install all required packages - Run
npm run build
to build extension, output will be in thedist
folder