Firefox 브라우저 부가 기능
로그인
추가 기능 아이콘

BlockDistraction – 사이트 차단기의 버전 기록 - 25개 버전

BlockDistraction – 사이트 차단기 제작자: Mark Digital

5점 만점에 4.3점
4.3 / 5
5
19
4
1
3
1
2
1
1
3
BlockDistraction – 사이트 차단기의 버전 기록 - 25개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 4.0.1

    2026년 7월 15일에 출시 - 578.35 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Scheduled rules now display their blocking schedule in the popup instead of a checkmark.

    MIT 라이선스에 따라 릴리스된 소스 코드

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

    버전 4.0.0

    2026년 7월 15일에 출시 - 577.4 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Storage Migration: Rules database has been migrated from browser.storage.sync to browser.storage.local. Automatic background synchronization of rules across different devices is no longer supported. General extension settings (theme, toggles) are still synchronized via sync storage.
    • Unlimited capacity for power users (up to 10MB+ storage via local API), completely bypassing Firefox's legacy QUOTA_BYTES_PER_ITEM errors.
    • One-time local migration handler to safely move existing rules from sync to local storage on the first launch of v4.0.0.
    • Fixed browser extensions crashing or throwing unhandled database exceptions when saving massive rule lists.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.10

    2026년 7월 13일에 출시 - 576.6 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Service worker alarm resets on mobile: Fixed a critical issue in Firefox Mobile (GeckoView) where background alarms were repeatedly reset to their initial delay upon every service worker wake-up. Integrated an asynchronous browser.alarms.get verification routine to ensure persistent, non-overlapping background scheduling.
    • Fragile background delays: Eliminated legacy setTimeout structures inside the startup and permission handlers. DNR integrity checks and state hydration now execute via solid, synchronous promise chains (await), preventing the browser from prematurely killing the background script during active processing.
    • Tab switching performance: Optimized the onActivated tab listener to strictly handle authorization states without re-triggering heavy storage queries. This completely removes CPU overhead and battery drain during rapid tab switching on mobile devices.
    • Deterministic lifecycle execution: Re-architected the checkAndRequestPermissions state lock using a robust try...finally block, ensuring the permission flag state resets instantly and reliably regardless of execution errors.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.9

    2026년 7월 11일에 출시 - 576.08 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Fixed the display of weekday names in scheduled blocking rules. They are now shown in your selected language.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.8

    2026년 7월 10일에 출시 - 575.98 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Expanded the list of protected URL patterns to prevent blocking essential developer resources.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.7

    2026년 7월 9일에 출시 - 575.92 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Dynamic focus session visibility: Enhanced the popup UX by dynamically toggling the focus session section based on the user's rules list. The focus section is now hidden by default if no blocking rules exist, keeping the interface clean and clutter-free for fresh installs.
    • Reactive UI state handling: Integrated visibility logic directly into the central updateStatus routine. The focus control panel now automatically reveals itself the moment a rule is added (via the popup or the "Block this site" button) and seamlessly hides if all rules are deleted.
    • Layout shift prevention: Added the hidden utility class directly to the HTML structure to prevent any visual flickering or layout shifts during the popup's initialization phase.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.6

    2026년 7월 8일에 출시 - 644.58 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Batch tab closure optimization: Replaced individual, loop-bound chrome.tabs.query operations with a unified batch function. The extension now queries open tabs exactly once and checks them against all active patterns simultaneously, reducing browser API overhead and fixing noticeable delays during focus session activation.
    • Centralized DNR synchronization: Removed the redundant syncDnrRules method from RulesManager. The service worker is now established as the single source of truth for all declarativeNetRequest updates, preventing double-syncing resource consumption when rules are saved.
    • Streamlined rule saving: Refactored popup and options actions to strictly handle data storage and trigger a single background reload event, ensuring smooth, non-blocking UI transitions.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.5

    2026년 7월 7일에 출시 - 644.39 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Restored redirect functionality: Fixed a critical bug where normalizePathSegment incorrectly applied encodeURIComponent to the entire redirect URL, transforming https:// into https%3A%2F%2F and causing new URL() and location.replace() to fail in redirect.js.
    • Flexible keyword blocking: Separated the normalization logic for path segments/domains from full redirect URLs. Keyword-based matching (e.g., entering tube to block youtube.com) remains fully functional.
    • Parameter security: Improved validation for incoming from and to query parameters inside redirect.js to prevent crashes when handling malformed strings.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.4

    2026년 7월 3일에 출시 - 644.01 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Added an option to disable the notification sound when a focus session ends. Availability may vary depending on your browser and operating system.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.3

    2026년 7월 3일에 출시 - 643.95 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Starting a focus session now automatically closes any open tabs that match your blocking rules, helping you stay focused from the very beginning.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.2

    2026년 7월 1일에 출시 - 643.9 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Localization: Added translations for the Focus Session tool (including sound notifications, Hardcore mode, and custom duration strings) across all supported locales.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.1

    2026년 6월 30일에 출시 - 631.33 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Options Page: Added real-time reactive UI locking/unlocking for rule management. The settings page now instantly reflects focus session status changes (started or stopped via popup) using browser.storage.onChanged.
    • Improved focus banner state synchronization to avoid async message response conflicts within the service worker.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.10.0

    2026년 6월 29일에 출시 - 631.17 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Focus Session: A new powerful tool designed for maximum concentration when you need it most.
    • Hardcore Mode: A new feature for Pro users that hides the "Stop" button during an active session.
    • Status Banner: Added a visual banner to the settings page that displays the currently active focus session and the remaining time.
    • UI Locking: During an active Focus Session, the rule management UI is now locked to prevent impulsive changes.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.11

    2026년 6월 28일에 출시 - 622.21 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Added Malayalam language support.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.10

    2026년 6월 27일에 출시 - 614.9 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Added ka localization support.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.9

    2026년 6월 26일에 출시 - 607.92 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    • Added es_419 localization support.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.8

    2026년 6월 21일에 출시 - 602.01 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    [3.9.8] - 2026-06-21

    Improved
    • Cleaned up localization files by removing unused translation entries.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.7

    2026년 6월 20일에 출시 - 604.78 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    [3.9.7] - 2026-06-20

    Improved
    • Added new localized messages for rule validation.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.6

    2026년 6월 19일에 출시 - 603.12 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    [3.9.6] - 2026-06-19

    Improved
    • Rules created from the context menu now display website names in a more user-friendly format, including sites that use non-Latin characters.

    [3.9.5] - 2026-06-18

    Improved
    • Enhanced rule validation when creating blocked website entries.
    • Added support for blocking data:// and file:// URL schemes.
    • Prevented creation of rules matching the blockdistraction pattern.
    • Applied the same validation rules to Pro mode context menu actions.

    [3.9.4] - 2026-06-17

    Fixed
    • Added URL normalization before creating declarativeNetRequest rules.
    • Fixed rule creation failures caused by unsupported characters in urlFilter values.

    [3.9.3] - 2026-06-16

    Fixed
    • Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.

    [3.9.2] - 2026-06-15

    Fixed
    • Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.

    [3.9.1] - 2026-06-13

    Improved
    • Improved worker logic related to opening the update page.

    [3.9.0] - 2026-06-12

    Added
    • Added a scroll-to-top button that appears when the popup content is scrolled down.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.5

    2026년 6월 18일에 출시 - 603.05 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    [3.9.5] - 2026-06-18

    Improved
    • Enhanced rule validation when creating blocked website entries.
    • Added support for blocking data:// and file:// URL schemes.
    • Prevented creation of rules matching the blockdistraction pattern.
    • Applied the same validation rules to Pro mode context menu actions.

    [3.9.4] - 2026-06-17

    Fixed
    • Added URL normalization before creating declarativeNetRequest rules.
    • Fixed rule creation failures caused by unsupported characters in urlFilter values.

    [3.9.3] - 2026-06-16

    Fixed
    • Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.

    [3.9.2] - 2026-06-15

    Fixed
    • Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.

    [3.9.1] - 2026-06-13

    Improved
    • Improved worker logic related to opening the update page.

    [3.9.0] - 2026-06-12

    Added
    • Added a scroll-to-top button that appears when the popup content is scrolled down.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.4

    2026년 6월 17일에 출시 - 602.91 KB
    firefox 113.0 이상, android 120.0 이상에서 작동
    [3.9.4] - 2026-06-17

    Fixed
    • Added URL normalization before creating declarativeNetRequest rules.
    • Fixed rule creation failures caused by unsupported characters in urlFilter values.

    [3.9.3] - 2026-06-16

    Fixed
    • Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.

    [3.9.2] - 2026-06-15

    Fixed
    • Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.

    [3.9.1] - 2026-06-13

    Improved
    • Improved worker logic related to opening the update page.

    [3.9.0] - 2026-06-12

    Added
    • Added a scroll-to-top button that appears when the popup content is scrolled down.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.3

    2026년 6월 16일에 출시 - 602.8 KB
    firefox 113.0 이상, android 120.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.2

    2026년 6월 15일에 출시 - 602.77 KB
    firefox 113.0 이상, android 120.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.1

    2026년 6월 13일에 출시 - 602.75 KB
    firefox 113.0 이상, android 120.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.9.0

    2026년 6월 12일에 출시 - 602.72 KB
    firefox 113.0 이상, android 120.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

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

부가 기능

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

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

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