Skip to content

openpodcast/web-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Browser-Extension to retrieve login data from Spotify

Production

If you have Chrome installed, you can download the latest version of the extension from the Chrome Web Store.

Local Development

Install extension dependencies with

npm install

Now install web-ext and run

make run-chrome
make run-firefox

A browser window should open. Navigate to https://podcasters.spotify.com and log in.

In a new browser tab, go to https://openpodcast.dev and you should see your Spotify keys at the top of the website.

Deployment

npm run build

This will create a bundled version of the extension (e.g. web-extension/web-ext-artifacts/openpodcast_extension-1.1.zip), which can be uploaded to the Chrome Web Store.