This is a collection of Spicetify extensions I created, written in TypeScript.
Huge thanks to the Spicetify team for making this possible and to everyone who helped me on Discord.
You have two ways to get an extension: through the marketplace or manually.
I really recommend using the marketplace to make getting extensions easy, to keep your extensions organized and to make updating them automatic.
First you need to make sure the marketplace is installed.
When starting Spotify, if you see an icon that says Marketplace
on your sidebar on the left then you're good to go.
Otherwise follow the instructions on Spicetify's website or on Spicetify Marketplace's repository.
Click on the Marketplace
icon in your Spotify sidebar, then in the search bar search for the name of an extension by replacing -
with spaces. For example startup page
.
You can also simply search up my Github name to list all of my published extensions.
Go in the dist
folder of the extension you want to download, click on the file then click on the download button.
Follow the instructions in Spicetify's documentation
If you want to build an extension yourself you can follow these instructions
- Clone this repository
cd
in the folder of the extension you want- Run
npm i
to install all dependencies - Follow the instructions in Spicetify's documentation