Seanime marketplace repository for Kolex06 extensions.
This repo hosts ready-to-install Seanime plugin manifests, icons, and plugin source files for the custom Kolex06 marketplace.
Use this URL in Seanime as the custom marketplace URL:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/marketplace.json
After adding or changing the marketplace URL, refresh the catalog or run Check for updates in Seanime.
| Extension | Version | ID | Description |
|---|---|---|---|
| SeaUtils Kolex06-Version | 1.2.75 | SeaUtils-Kolex06-Version |
Utility plugin for Seanime UI improvements, marketplace/full catalog controls, carousels, sub/dub badges, update highlighting, and tray preferences. |
| AniList Notifications Kolex06-Version | 1.0.18 | AniList-Notifications-Kolex06-Version |
Sidebar panel for AniList notifications with larger cards, transparent styling, detail popups, and AniList page links. |
| Account Switcher Kolex06-Version | 1.0.10 | Account-Switcher-Kolex06-Version |
AniList account switcher moved from the tray into Seanime's avatar dropdown menu. |
| Watch Next Kolex06-Version | 1.0.7 | Watch-Next-Kolex06-Version |
Kolex06-styled sidebar Watch Next queue with drag-handle anime ordering and two-way AniList Watch Next sync. |
| AsunaTracks Sync | 0.1.22 | asunatracks-sync |
Syncs Seanime/AniList anime and manga progress to AsunaTracks, with live sync and manual full-library sync options. |
SeaUtils Kolex06-Version is the current Kolex06 version of SeaUtils. It focuses on making Seanime's marketplace easier to browse, adding better catalog popups, and keeping carousel/media-card tweaks configurable.
Features include:
- Better marketplace and Full Catalog layout.
- Combined Full Catalog for Plugins, Anime torrents, Manga, and Online streaming, grouped by author.
- Per-section View All popups that use the same author grouping as Full Catalog.
- Horizontal carousel rows for media grids.
- Sub/dub and captions badges on media cards.
- Update highlighting for extensions with a newer version available, cleared after updating.
- Tray preferences for turning SeaUtils features on or off.
- Full Catalog actions for installed extension info, code, documentation, and preferences when available.
- Optional Bas1874 Marketplace switch with extra status and scan metadata on marketplace cards.
- Broken and Deprecated marketplace groups pinned to the bottom when Bas1874 metadata is enabled.
When Bas1874 marketplace metadata is enabled, supported marketplace cards can show:
- Working, Broken, Deprecated, and Official status badges.
- VirusTotal link metadata when a permalink exists.
- Scanned version and last working version.
- Flag count metadata.
Broken and Deprecated entries are moved into their own groups so normal marketplace sections stay cleaner. View All / Full Catalog keeps the same action buttons for installed extensions, code, preferences, documentation, and more details when those actions are available.
Direct manifest:
https://cdn.jsdelivr.net/gh/Kolex06/Seanime-Stuff@main/plugins/SeaUtils-Kolex06-Version.json
Manifest:
https://github.com/Kolex06/Seanime-Stuff/blob/main/plugins/SeaUtils-Kolex06-Version.json
Source code:
https://github.com/Kolex06/Seanime-Stuff/blob/main/plugins/SeaUtilsKolex06Version/provider.ts
Documentation:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/SeaUtilsKolex06Version/README.md
Icon:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/icons/SeaUtils-Kolex06-Version.png
AniList Notifications Kolex06-Version adds a Seanime sidebar page for AniList notifications.
Features include:
- Sidebar button with a notification bell icon.
- No black webview background.
- Larger notification cards with unread highlighting.
- Click-to-open detail popup for each notification.
- AniList icon button/link for the matching anime, manga, activity, user, thread, or notifications page.
Direct manifest:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/AniList-Notifications-Kolex06-Version.json
Documentation:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/AniListNotificationsKolex06Version/README.md
Icon:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/icons/AniList-Notifications-Kolex06-Version.png
Account Switcher Kolex06-Version lets you save multiple AniList access tokens and switch between them directly from the Seanime avatar dropdown menu.
Features include:
- Avatar-menu controls above
Sign out. - Add saved AniList accounts by username and access token.
- Switch to a saved account without using a tray button.
- Delete saved accounts from the same menu.
Direct manifest:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/Account-Switcher-Kolex06-Version.json
Documentation:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/AccountSwitcherKolex06Version/README.md
Icon:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/icons/account-switcher.png
Watch Next Kolex06-Version adds a personal queue for deciding what anime to watch next.
Features include:
- Sidebar page.
- Add anime from AniList lists.
- Search, list, year, season, and added-time filters.
- Drag-handle queue ordering.
- Up/down buttons for keyboard or fallback ordering.
- Sync Watch Next membership in both directions while preserving the Seanime queue order on AniList.
- Uses AniList priority updates so already-listed anime are reordered too.
- Open and Remove row actions use compact icon buttons with hover labels.
- AniList writes are spaced out to reduce 429 Too Many Requests.
- If AniList still returns 429, the plugin waits and retries once instead of instantly failing.
- The existing Sync AniList List button and Auto-sync AniList setting sync Watch Next membership in both directions.
- Optional auto-remove when queued anime moves to CURRENT.
- Migration from the original Watch Next storage keys on first load.
- Added two-way Watch Next sync: selecting or removing Watch Next on AniList now updates the Seanime queue during sync.
- Auto-sync checks AniList when Watch Next opens and when Seanime refreshes the AniList collection.
- Fixed Auto-remove CURRENT and Auto-sync AniList toggle-off events by sending and reading explicit
enabledvalues. - Replaced the toggle checkboxes with controlled toggle buttons and uses saved setting values as the source of truth.
- Swapped the Move down and Open anime row action positions.
- Changed the Watch Next row Open and Remove actions to compact icon buttons with hover labels.
- Restored the
1.0.1full AniList order sync behavior so manual sync and auto-sync both rewrite the queue order. - AniList writes are spaced out to reduce 429 Too Many Requests.
- If AniList still returns 429, the plugin waits and retries once instead of instantly failing.
- AniList writes are spaced out to reduce 429 Too Many Requests.
- If AniList still returns 429, the plugin waits and retries once instead of instantly failing.
- Fixed Seanime webview drag ordering with a dedicated drag handle and pointer-based reorder logic.
- Initial GitHub release of Watch Next Kolex06-Version.
Direct manifest:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/Watch-Next-Kolex06-Version.json
Documentation:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/WatchNextKolex06Version/README.md
Icon:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/icons/Watch-Next-Kolex06-Version.png
AsunaTracks Sync connects Seanime/AniList progress with AsunaTracks.
Features include:
- Login with an AsunaTracks account.
- Live sync for anime and manga progress changes.
- Manual anime and manga full-library sync.
- Progress, repeat count, status, and delete sync support.
- Tray UI with account status, sync buttons, logs, and live-sync toggles.
Direct manifest:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/asunatracks-sync.json
Documentation:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/plugins/AsunaTracksSync/README.md
Icon:
https://raw.githubusercontent.com/Kolex06/Seanime-Stuff/refs/heads/main/icons/asunatracks.png
- Use
SeaUtils-Kolex06-Version.jsonfor SeaUtils Kolex06-Version. The manifest points toplugins/SeaUtilsKolex06Version/provider.tsthroughpayloadURI. - SeaAnime/Seanime only detects extension updates when the manifest version is higher than the installed version.
- The marketplace file and plugin manifests should stay on matching versions.
- Icons are hosted as raw PNG files from this repo.
marketplace.json
plugins/
AniList-Notifications-Kolex06-Version.json
AniListNotificationsKolex06Version/
README.md
provider.ts
AccountSwitcherKolex06Version/
README.md
provider.ts
Account-Switcher-Kolex06-Version.json
Watch-Next-Kolex06-Version.json
WatchNextKolex06Version/
README.md
provider.ts
SeaUtils-Kolex06-Version.json
SeaUtilsKolex06Version/
README.md
provider.ts
asunatracks-sync.json
AsunaTracksSync/
README.md
provider.ts
icons/
AniList-Notifications-Kolex06-Version.png
account-switcher.png
Watch-Next-Kolex06-Version.png
SeaUtils-Kolex06-Version.png
asunatracks.png