Skip to content

lakerfan0306/spicetify-extensions

 
 

Repository files navigation

NOTICE

I'm moving all of my extensions and porting some other famous ones over to my fork of spicetify-cli available at https://github.com/Delusoire/bespoke. As such, this repo is in maintenance mode, no new extenions/features will be added to this repo and the support will be very limited.

This repository is now outdated as spicetify-v3 (codenamed bespoke) is in beta stage. These extensions have been updated here to work for the newer spicetify release where they'll still be getting new features and bug fixes. However, this repo will be archived.

Practical Spicetify Extensions

Install using marketplace OR by downloading either:

  • dist/extension-name/prism.js (online only)
  • dist/extension-name/app.js (no auto-updates, offline)

and putting them in your Spicetify extensions folder.

Project Structure

extensions/ contains the code for each extension, you can find each extension's README under extension/<name>/assets/

snippets/ contains stylesheets for snippets, these are written in scss, if you want to use them then you have to grab the transpiled files from dist/snippets/

dist/ contains all the ready to use bundles for extensions & snippets

Building

it is as simple as installing the latest deno and running deno task bundle the manifest for marketplace is automatically generated as part of the build step

Notes

Most of these extensions are functionally similar to older work from:

About

Practical Spicetify Extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • TypeScript 2.4%
  • SCSS 0.1%