Browser Code versjonshistorikk - 2 versjoner
Browser Code av Ivan Chebykin
Browser Code versjonshistorikk - 2 versjoner
Vær forsiktig med eldre versjoner! Disse versjonene er vist som referanse og til testformål.Du burde alltid bruke den siste versjonen av et tillegg.
Siste versjon
Versjon 0.1.1
Utgitt 1. feb. 2026 - 121,77 kBFungerer med firefox 128.0 og nyerev0.1.1
Release Notes
This release focuses on Firefox compatibility fixes and adds a file enable/disable feature for better control over injected scripts and styles.
Changelog
Bug Fixes- Fixed Firefox tab switching - The sidebar now correctly handles tab and window focus changes in Firefox, where the sidebar is shared across windows
- Fixed Firefox file sync - Resolved issues with the Downloads API that caused silent failures:
- Removed unsupported incognito: true option
- Added proper download completion waiting with 30-second timeout
- Downloads are now erased from history after completion
- Fixed agent streaming in Firefox - Port messages now continue streaming correctly after tab switches
- Fixed VFS change detection - Only syncs files when version actually changes, not on every storage event
New Features- Enable/Disable Scripts & Styles - Toggle individual files on/off without deleting them:
- Per-file toggle button (● enabled / ○ disabled)
- "Enable All" / "Disable All" bulk actions for scripts and styles
- Disabled files are not injected or synced
- Generic Files Directory - VFS now supports a files/ directory for arbitrary file storage
Improvements- Background Keep-Alive - Added alarm-based heartbeat to prevent background script suspension during long-running agent operations
- Firefox Periodic Sync - Added 5-second fallback sync interval for Firefox since storage.onChanged doesn't fire reliably cross-context in MV3
- VFS Storage Change Relay - Background script now relays storage changes to sidepanel via port messaging (Firefox fix)
- Debounced File Sync - VFS changes are now debounced (500ms) to batch rapid updates
- Firefox Data Collection Declaration - Added required data_collection_permissions field to manifest
For GitHub Release
Title: v0.1.1 - Firefox Fixes & File Enable/Disable
Description:
This release brings significant Firefox compatibility improvements and a new file management feature.
Highlights:
- 🦊 Firefox Support - Fixed tab switching, file sync, and agent streaming issues
- 🔘 Enable/Disable Files - Toggle scripts and styles on/off without deletion
- ⏰ Keep-Alive - Prevents background script suspension during long operations
Full Changelog: https://github.com/user/browser-code/compare/v0.1.0...v0.1.1Kildekode utgitt under Apache License 2.0
Eldre versjoner
Versjon 0.1.0
Utgitt 28. jan. 2026 - 118,5 kBFungerer med firefox 128.0 og nyereKildekode utgitt under Apache License 2.0