Here is the source code for WhoAdded!
If you would like to download the "precompiled" extension, you can go here instead. Alternatively, you can search for the extension on the Spicetify Marketplace.
To build the extension yourself, clone this repo, and then run the following commands (inside the folder you cloned it to):
npm install
npm run build-local
-
The extension will be output in
../marketplace/WhoAddedby default. You can change this by editingpackage.json->scripts->build-localand setting the--out=parameter to a path of your choice. -
You will need the
spicetify-creatornpm package (but this should be handled automatically when you runnpm install).