BIGLOVE.AI Floating Bar Versionsgeschichte – 7 Versionen
BIGLOVE.AI Floating Bar von BIGLOVE.AI
BIGLOVE.AI Floating Bar Versionsgeschichte – 7 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 1.7.4
Veröffentlicht 22. Sep. 2025 – 32,98 KBFunktioniert mit firefox 91.0.0 und höher🔧 Default Proxy Monitoring Disabled
Summary
Proxy status monitoring is now disabled by default across all components. Users must explicitly enable "Enable Proxy Status Monitoring" in the popup settings to activate background proxy checks and status indicators.
Why This Change
Privacy First: Eliminates unexpected background network requests for users who don't opt-in
Performance: Reduces default resource usage and potential overhead for new installations
User Control: Ensures users make an informed choice about enabling monitoring features
What Changed
✅ Default Value: proxyMonitoring setting now defaults to false when no saved preference exists
✅ UI Behavior: "Enable Proxy Status Monitoring" checkbox appears unchecked by default
✅ Background Script: No monitoring intervals created unless explicitly enabled
✅ Content Script: Status dots and proxy-based styling disabled by default
✅ Storage Consistency: All storage read operations use false as fallback value
Files Modified
popup.js - Updated restore logic: result.proxyMonitoring !== undefined ? result.proxyMonitoring : false
content.js - Global variable initialization: let isMonitoringEnabled = false
content.js - Settings defaults object: proxyMonitoring: false
content.js - Background color logic: Added isMonitoringEnabled gate for proxy status colors
background.js - Monitoring start logic: Defaults to false when setting absent
User Impact
New Users: Checkbox unchecked, no background monitoring, standard floating bar colors
Existing Users: Saved preferences preserved - no behavior change for users with proxyMonitoring: true
Visual Changes: Floating bar uses user-selected background color instead of status-based colors when monitoring disabledQuelltext steht unter der Alle Rechte vorbehalten
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 1.7.3
Veröffentlicht 21. Sep. 2025 – 32,91 KBFunktioniert mit firefox 91.0.0 und höherRelease Notes Version 1.7.3
Disable proxy monitoring by default
Summary
Proxy status monitoring is now disabled by default. Users must explicitly enable the "Enable Proxy Status Monitoring" option in the popup settings to start background proxy checks.
Why
- Avoid unexpected background network checks for users who do not opt in.
- Reduce default privacy surface and potential performance overhead for new installs.
What changed
- Default value for theproxyMonitoring
setting is nowfalse
when the setting key is absent.
- UI: the "Enable Proxy Status Monitoring" checkbox in the popup appears unchecked by default for fresh installs (no stored setting).
- Background: no monitoring intervals are started unless the user opts in.
- Content script: in-page monitoring / status-dot behavior that depends on monitoring is gated by this setting.
Files touched
-popup.js
— restore/save logic usesresult.proxyMonitoring !== undefined ? result.proxyMonitoring : false
so checkbox defaults to unchecked.
-content.js
— ensure any monitoring flag (e.g.,isMonitoringEnabled
) defaults tofalse
and monitoring is gated.
-background.js
— ensurestartProxyMonitoring()
reads the setting and defaults tofalse
; do not create monitoring intervals when setting is absent/false.
User-visible behavior
- New users or users with no savedproxyMonitoring
key: checkbox unchecked; no background proxy checks run.
- Existing users withproxyMonitoring: true
remain unaffected unless they change the setting.
Suggested changelog entry
- "Default proxy monitoring disabled; users must opt-in to enable proxy status checks."Quelltext steht unter der Alle Rechte vorbehalten
Version 1.6.2
Veröffentlicht 21. Sep. 2025 – 23,29 KBFunktioniert mit firefox 58.0 und höherAutomatic rollback based on version [1.2.1].Quelltext steht unter der Alle Rechte vorbehalten
Version 1.6.1
Veröffentlicht 21. Sep. 2025 – 30,89 KBFunktioniert mit firefox 91.0.0 und höherQuelltext steht unter der Alle Rechte vorbehalten
Version 1.2.1
Veröffentlicht 2. Sep. 2025 – 23,29 KBFunktioniert mit firefox 58.0 und höherVersion 1.2.2 - Maintenance Update
This update focuses on internal improvements to enhance the extension's stability and maintainability. While there are no new features, these changes ensure a smoother experience and make it easier to develop new features in the future.- Code Refinements: The extension's codebase has been cleaned up and better documented.
- Improved Stability: Removed debugging code to streamline performance.
Quelltext steht unter der Alle Rechte vorbehalten
Version 1.1.1
Veröffentlicht 25. Aug. 2025 – 21,59 KBFunktioniert mit firefox 58.0 und höherWhat's New- Added phone number extraction feature for container names containing phone numbers in parentheses
- Added copy button with visual feedback for quick phone number copying
- Improved visual separation between container name and actions
Improvements- Enhanced UI with visual separator between container name and copy button
- Added hover effects and visual feedback for better user interaction
- Improved accessibility with clear button states and tooltips
- Added semi-transparent backgrounds for better readability
Bug Fixes- Fixed pointer events handling for interactive elements
- Improved position handling for different bar positions
- Enhanced dark mode compatibility
Technical Updates- Optimized DOM manipulation for better performance
- Improved clipboard interaction handling
- Enhanced state management for visual feedback
Quelltext steht unter der Alle Rechte vorbehalten
Version 1.0
Veröffentlicht 22. Aug. 2025 – 20,1 KBFunktioniert mit firefox 58.0 und höherQuelltext steht unter der Alle Rechte vorbehalten