Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

BIGLOVE.AI Floating Bar의 버전 기록 - 10개 버전

BIGLOVE.AI Floating Bar 제작자: BIGLOVE.AI

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
BIGLOVE.AI Floating Bar의 버전 기록 - 10개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.8.7

    2026년 4월 22일에 출시 - 33.18 KB
    firefox 91.0.0 이상에서 작동
    • Fixed authentication issue with Airtable integration to ensure stable data sync

    All Rights Reserved에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.8.6

    2025년 10월 4일에 출시 - 33.17 KB
    firefox 91.0.0 이상에서 작동
    One-time IP validation on myipaddress.biglove.ai — simplified proxy UX

    Summary
    The extension no longer runs periodic proxy monitoring or shows a proxyMonitoring toggle. Instead, it performs a single IP validation when a tab loads the IP-check page (https://myipaddress.biglove.ai/). The content script scrapes the IP from <span id="MyIpAddress">, the background compares it once to proxy IPs stored in Airtable, and the result is shown in the floating bar.

    Why
    - Remove dependency on another addon and background intervals.
    - Reduce background/network activity and surface area.
    - Provide a nicer default visual (NO_CONFIG) and persistent status per container.

    Key user-visible changes
    - One-time check on https://myipaddress.biglove.ai/ only (no periodic intervals).
    - Default startup status: NO_CONFIG (yellow loading dot).
    - Floating bar hidden for non-container (Default) tabs; shown only for real container tabs.
    - Last validated status is persisted per-container and shown on other pages (so status does not flip-flop).
    - A new "Check Proxy" globe button (🌐) in the floating bar opens https://myipaddress.biglove.ai/ in the current tab.
    - Statuses available: CONNECTED, MISMATCH, NO_PROXY, NO_CONFIG, ERROR.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.5

    2025년 9월 23일에 출시 - 32.34 KB
    firefox 91.0.0 이상에서 작동
    One-time IP validation on myipaddress.biglove.ai — proxyMonitoring removed
    Summary
    The extension no longer runs periodic proxy monitoring or exposes a proxyMonitoring toggle. Instead, it performs a single IP validation when a tab finishes loading the IP-check page (https://myipaddress.biglove.ai/). The content script scrapes the IP from <span id="MyIpAddress"> and the background script compares it once against proxy IPs stored in Airtable. The floating bar defaults to a NO_CONFIG state on first run and is shown only for non-default Firefox containers.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.4

    2025년 9월 22일에 출시 - 32.98 KB
    firefox 91.0.0 이상에서 작동
    🔧 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 disabled

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.3

    2025년 9월 21일에 출시 - 32.91 KB
    firefox 91.0.0 이상에서 작동
    Release 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 the proxyMonitoring setting is now false 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 uses result.proxyMonitoring !== undefined ? result.proxyMonitoring : false so checkbox defaults to unchecked.
    - content.js — ensure any monitoring flag (e.g., isMonitoringEnabled) defaults to false and monitoring is gated.
    - background.js — ensure startProxyMonitoring() reads the setting and defaults to false; do not create monitoring intervals when setting is absent/false.

    User-visible behavior
    - New users or users with no saved proxyMonitoring key: checkbox unchecked; no background proxy checks run.
    - Existing users with proxyMonitoring: true remain unaffected unless they change the setting.

    Suggested changelog entry
    - "Default proxy monitoring disabled; users must opt-in to enable proxy status checks."

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.2

    2025년 9월 21일에 출시 - 23.29 KB
    firefox 58.0 이상에서 작동
    Automatic rollback based on version [1.2.1].

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.1

    2025년 9월 21일에 출시 - 30.89 KB
    firefox 91.0.0 이상에서 작동

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.1

    2025년 9월 2일에 출시 - 23.29 KB
    firefox 58.0 이상에서 작동
    Version 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.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.1

    2025년 8월 25일에 출시 - 21.59 KB
    firefox 58.0 이상에서 작동
    What'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

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0

    2025년 8월 22일에 출시 - 20.1 KB
    firefox 58.0 이상에서 작동

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.