Google Chrome Extension to view your friends' activity in Spotify's web player.
-
Open a command-line interface. (e.g., Terminal, Command Prompt, Git Bash, etc.)
-
Ensure that you are using the latest LTS version of Node.
- Run
git clone https://github.com/sakgoyal/spotify-friend-activity.git
- Run
cd spotify-friend-activity
- Run
npm install
- Build the extension:
- Run
npm run build:linux
(Linux only) - Run
npm run build:win
(Windows only)
- Run
-
Open Chrome and navigate to chrome://extensions/
-
If you already installed Spotify Friend Activity from the Chrome Web Store, you must temporarily disable it by clicking on the toggle at the bottom right of the Spotify Friend Activity card in chrome://extensions/
-
Enable
Developer Mode
. (Top right toggle) -
Click on
Load unpacked
. (Top left button) -
Select the
dist
folder thatnpm run build
generated. -
Navigate to https://open.spotify.com/ to verify that the extension is working.
-
To test any changes you've made to your code: re-run
npm run build
, wait for it to finish building, then click the refresh icon at the bottom of the Spotify Friend Activity card in chrome://extensions/
Made with preact-chrome-extension-starter and spotify-buddylist.