Releases: Anna-SAP/my-switcher-chrome-extension
Releases · Anna-SAP/my-switcher-chrome-extension
Release list
v1.0.6 - App Filtering and Category Counts
What's Changed
- Added app filtering so apps can be found quickly by name or URL.
- Added dynamic app counts to the AI Apps, General, and Custom category headings.
- Refined popup spacing and layout to show more content within the browser popup height limit.
Validation
- TypeScript type-check passed.
- Chrome package build passed.
- Firefox package build passed.
Full Changelog: v1.0.5...v1.0.6
v1.2.1 - Firefox Import Fix
What's Changed
- Fix Firefox import bug: file dialog no longer closes the popup before selection
- Firefox now opens the popup in a full tab for import, where file inputs work normally
- Added centered layout styling for the tab view
Full Changelog: v1.2.0...v1.2.1
v1.0.5 - Fix Account Index Sync
Fix: Google Account Index Sync (authuser mapping)
Resolved the persistent bug where the extension's account index (u/#) was misaligned with Google's actual authuser index in Chrome.
Root Cause
Chrome MV3 service workers cannot send cookies with fetch() — the Cookie header is a forbidden header in the Fetch API spec and is silently dropped, causing ListAccounts API to return 400/403.
Solution
Uses chrome.scripting.executeScript with world: 'MAIN' to run the ListAccounts fetch inside a real Google page context where cookies are naturally available via the browser's cookie jar.
Changes
- Replaced service worker direct fetch with MAIN world script injection
- Added
scripting,cookiespermissions andwww.google.comhost permission - Simplified background.ts (544 → 180 lines)
v1.2.0 - Modern Font Stack
What's Changed
- Modernize font stack to
system-uifor a clean, native look across all platforms - Add cross-browser font smoothing and rendering optimizations (
-webkit-font-smoothing,-moz-osx-font-smoothing,text-rendering) - Include emoji font fallbacks for proper emoji display
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Profile Pictures
Adds Google account profile pictures to the account selector dropdown.