A quality-of-life browser extension for Stardance. It adds a plugin system (similar to Vencord) system with many plugins to choose from! This includes: custom themes, sidebar tweaks, a markdown toolbar, hotkeys, and many more!
Exterstellar is currently not on any store yet, so you'll have to load it manually.
Download the latest build from the workflow and extract it to a desired location on your device. Take a note of where you extracted it.
cd your/path/to/your/extracted/folder
cd extension
npm install
npm run buildThen copy the static files to the newly created dist/ folder:
- Windows:
copy manifest.json dist\ && copy popup.html dist\ && copy popup.css dist\ && copy importer.html dist\ && xcopy images dist\images\ /E /I /Y - Mac/Linux:
cp manifest.json popup.html popup.css importer.html dist/ && cp -r images dist/
- Go to chrome://extensions
- Enable Developer Mode (top-right toggle)
- If using the workflow build: unzip the downloaded file twice (also unzip the inner
use-this...zip). You should end up with a folder. - If building from source: use the
extension/dist/folder directly. - Click Load unpacked and select the folder.
- Go to
about:debugging#/runtime/this-firefox. - If using the workflow build: unzip the downloaded file once, then click Load Temporary Add-on... and select the inner
use-this...zipfile directly. - If building from source: click Load Temporary Add-on... and select any file inside
extension/dist/(e.g.manifest.json).
Note: Firefox temporary add-ons are removed when the browser closes. For a persistent install, you must install the extension via the Firefox Add-ons store.
Plugins are the features you can toggle on and off for Exterstellar. There are many built-in ones you can choose from. The list of all the plugins is available below:
| Plugin Type | No. of Plugins |
|---|---|
| All | 16 |
| Official | 14 |
| Community | 2 |
[Community Plugin] Made by Gizzy
The GOI dash you always wanted! Cuz well you know it sucks
[Official Plugin] Made by Sabio
Redesigns the sidebar to look visually better.
[Official Plugin] Made by Sabio
Apply a custom font across Stardance!
[Official Plugin] Made by Sabio
Adds an 'add changelog' button that inserts your GitHub/GitLab commit history for that devlog.
TODO: add the missing ones here