Tabs Suspender version history - 1 version
Tabs Suspender by devvyyxyz
Tabs Suspender version history - 1 version
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.0
Released 25 Jun 2026 - 47.21 kBWorks with firefox 142.0 and laterMigrated the entire interface to extUI v0.3.0, replacing all hand-rolled DOM and custom CSS with the shared component library for a consistent dark/OLED design across every surface.
UI Migration
- Popup rebuilt withExtUI.Popup,ExtUI.createStatsGrid, andExtUI.createQuickActions.
- Dashboard rebuilt withExtUI.Dashboard,ExtUI.TabPanel, andExtUI.createSettingRow— all settings now use the library's toggle and number input controls.
- Suspended tab page uses extUI button and card components.
- Whitelist management moved toExtUI.SortableListwith drag-to-reorder and per-item remove buttons.
My Extensions Tab
- New dedicated dashboard tab that lists the developer's other published AMO add-ons, fetched live via the AMO REST API.
- UsesExtUI.createAddonListto render each add-on as a card with icon, name, description, star rating, and user count.
- Fetches the developer's AMO profile (avatar, display name, bio) and shows it in a header with a link to the full profile.
- Shows skeleton loading state while data is being fetched.
- Addedhost_permissionsforaddons.mozilla.orgto support API requests.
Fixes
- Fixed a syntax error in the extUI library's accent colour computation that prevented the entire library from loading.
- Popup initialisation wrapped inDOMContentLoadedto eliminate the "layout forced before page was fully loaded" console warning.Source code released under All Rights Reserved