Original template:
https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate
-
Moderation
- Any links from timed-out/banned users are instantly removed.
- UI shows who sent the current reel.
-
Saving queue
- Queue persists in Chrome storage.
-
Tokenless
- No Twitch login required.
-
Quick clear
- Button to clear the entire queue fast.
-
Unique links
- No duplicate links.
- All /reels/ URLs convert to /reel/.
- Open the Extension Management page by navigating to
chrome://extensions. - Enable Developer Mode by clicking the toggle switch next to
Developer mode. - Click the
LOAD UNPACKEDbutton and select the/distor in the uzipped release directory.
# install dependencies
bun i
# build files to `/dist` directory
# HMR for extension pages and content scripts
bun run dev# build files to `/dist` directory
$ bun run build
