Extensões do Navegador Firefox
Entrar
Ícone da extensão

Histórico de versões do BlockDistraction – Bloqueador de Sites - 25 versões

BlockDistraction – Bloqueador de Sites por Mark Digital

Avaliado em 4,3 de 5
4,3 de 5 estrelas
5
19
4
1
3
1
2
1
1
3
Histórico de versões do BlockDistraction – Bloqueador de Sites - 25 versões
  • Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.

  • Versão mais recente

    Versão 4.8.0

    Lançado em 8 de ago de 2026 - 694,12 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Added opt-in privacy-preserving technical analytics for the Firefox build, disabled by default.
    • Added Firefox built-in technicalAndInteraction consent integration on supported Firefox versions, with the existing in-extension opt-in used as a fallback on older supported versions.
    • Added daily aggregated feature-use counters and a seven-day local telemetry queue.
    • Added privacy-safe error fingerprints for DNR, permission, license, rule, Focus Session, background worker, popup, and Options failures.
    • Added a versioned POST /api/telemetry client contract with batch delivery, timeout handling, retention, and exponential backoff.
    • Added a localized Privacy & Technical Data section to every supported locale.
    • Added telemetry delivery state to the privacy-safe Diagnostic Report.
    • No browsing history, blocked website addresses, rule addresses, redirect URLs, email, license key, passwords, raw error messages, stack traces, or persistent telemetry identifier are collected by the telemetry client.
    • No telemetry data is stored before explicit consent. Disabling telemetry clears all pending telemetry buckets and delivery state immediately.
    • Added coarse page-level reporting for uncaught errors and unhandled promise rejections without transmitting messages, filenames, URLs, or stack traces.
    • Reused the existing daily license alarm for telemetry delivery instead of adding another recurring wake-up.
    • Added dependency-free tests for consent, data minimization, aggregation, retention, delivery backoff, UI behavior, localization, and the telemetry request contract.

    Código fonte publicado sob Licença MIT

    Baixe o Firefox e instale a extensão
    Baixar arquivo
  • Versões mais antigas

    Versão 4.7.1

    Lançado em 7 de ago de 2026 - 666,53 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Fixed Illegal invocation when clearing diagnostic history by preserving the native confirmation function context.
    • Restored reliable detection of revoked host permissions without bringing back per-tab activation checks.

    • Added a Pro Diagnostic Report to the Options page with generate, copy, JSON export, and history clearing actions.
    • Added a capped local buffer for structured diagnostic events collected only while Debug Mode is enabled.
    • Added live report data for extension and browser versions, access state, settings, rule counts, DNR integrity, host permissions, Focus Session, and license verification.
    • Redacted URLs, domains, email addresses, license keys, tokens, passwords, and other sensitive values before diagnostic data is stored or exported.
    • Added DNR inspection without modifying browser rules and recorded only meaningful DNR changes or failures.
    • Stopped checking host permissions on every tab activation and kept checks on install, update, startup, and permission removal events.
    • Added localized Diagnostics interface strings for every supported locale.
    • Added dependency-free tests for privacy filtering, event buffering, report formatting, UI actions, and DNR inspection.

    • Opened the shared Rule Pack schedule editor above the existing Rule Packs modal instead of behind it.
    • Closed and removed an unfinished nested schedule editor when the Rule Packs dialog is cancelled or closed.
    • Applied the default weekday schedule when scheduling is enabled without opening the editor, preventing newly imported rules from receiving null schedules.
    • Kept Escape scoped to the nested schedule editor before allowing it to close the Rule Packs dialog.
    • Added regression tests for nested modal hosting, cleanup, and default shared schedule retrieval.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.1

    Lançado em 5 de ago de 2026 - 582,14 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Reduced RulesManager to current rule storage, validation, duplicate detection, and conflict checks.
    • Moved legacy rule migrations into a dedicated service with explicit storage dependencies.
    • Moved rule activation decisions and DNR rule construction into isolated, testable modules without changing matching or schedule behavior.
    • Moved rule intent routing out of the service worker into a small tested command router.
    • Added a dependency-free npm run check command for tests, syntax checks, JSON validation, manifest references, version consistency, and referenced English localization keys.
    • Expanded the permanent test suite to cover migration safety, rule activation, DNR construction, intent routing, validation semantics, and service-worker module loading.
    • Protected existing local rules from being overwritten by stale synchronized rules when the migration flag is missing.
    • Ensured migrated rules and the device migration flag are written together when copying legacy synchronized rules.
    • Kept failed storage migrations retryable by not marking them as completed.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.0

    Lançado em 4 de ago de 2026 - 579,62 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    refactor(rules): centralize rule mutations in service worker
    • make the service worker the single writer for stored rules
    • add a serialized mutation queue to prevent concurrent storage updates from overwriting each other
    • process add, update, delete, toggle, clear, and import operations through structured rule intents
    • generate rule IDs from the latest stored and DNR state inside the mutation queue
    • update, delete, and toggle rules by stable rule ID instead of UI array index
    • reuse the same mutation service for popup, options, and context menu actions
    • validate rules, conflicts, Pro access, and free limits inside the service worker
    • preserve validation error codes and the complete validation key array
    • replace imported rules in one operation without creating an intermediate empty state
    • keep migrations serialized with regular rule mutations
    • separate rule commands from rules:changed notifications
    • route all dynamic rule updates through the DNR synchronizer
    • preserve callback-based runtime messaging with IIFE handlers and explicit return true
    • keep the existing URL matching, alarm, schedule, and tab closure behavior
    • add unit tests for concurrent mutations, stable IDs, imports, validation errors, and DNR recovery
    • add user-facing update highlights
    • bump the extension version to 4.3.0

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.6

    Lançado em 4 de ago de 2026 - 594,51 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    fix: improve functional stability for v4.2.6
    • preserve Pro status on rate limits, server errors, timeouts, network failures, and invalid JSON
    • add a timeout to license verification using AbortController
    • fix password modal cancellation without breaking password setup
    • preserve password protection settings during rules import
    • exclude password hash and password state from exported settings
    • fix Focus Session timer display for sessions longer than one hour
    • reload rules after a failed deletion instead of removing the item from the UI
    • prevent duplicate extension initialization
    • run tab URL checks only when the URL changes
    • fix the category header localization key
    • bump the extension version to 4.2.6

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.5

    Lançado em 1 de ago de 2026 - 593,62 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Refactored and reorganized styles for better maintainability.
    • Removed conflicting CSS rules.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.4

    Lançado em 26 de jul de 2026 - 593,26 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Improved the appearance of the Focus Session mode selector in the popup.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.3

    Lançado em 23 de jul de 2026 - 592,81 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • After installation, the extension now opens the Settings page instead of the website.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.2

    Lançado em 21 de jul de 2026 - 592,88 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Completed full internationalization (i18n) coverage across all supported locales.
    • Added title attributes to whitelist rules in the popup UI for better tooltip visibility and user experience.
    • Fixed an issue on the Options page where the "Add Whitelist Rule" button was not hidden during an active Focus Session.
    • Fixed whitelist rules displaying unlocalized text in the schedule column on the Options page (now correctly shows localized "Allow" status).

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.1

    Lançado em 20 de jul de 2026 - 587,16 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • DNR Rule Synchronization: Fixed an issue where editing existing rules (modifying domains, redirect URLs, or toggle states) updated storage and UI but failed to take effect in the browser's network engine. Rule updates are now applied atomically and reflect immediately.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.1.2

    Lançado em 19 de jul de 2026 - 584,93 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • UI Accessibility: Enhanced the visual contrast of action buttons and list items within the Whitelist (Allow-rules) interface to ensure better text readability and a more accessible user experience.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.0.1

    Lançado em 15 de jul de 2026 - 578,35 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Scheduled rules now display their blocking schedule in the popup instead of a checkmark.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.0.0

    Lançado em 15 de jul de 2026 - 577,4 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.10

    Lançado em 13 de jul de 2026 - 576,6 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.9

    Lançado em 11 de jul de 2026 - 576,08 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Fixed the display of weekday names in scheduled blocking rules. They are now shown in your selected language.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.8

    Lançado em 10 de jul de 2026 - 575,98 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Expanded the list of protected URL patterns to prevent blocking essential developer resources.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.7

    Lançado em 9 de jul de 2026 - 575,92 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.6

    Lançado em 8 de jul de 2026 - 644,58 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.5

    Lançado em 7 de jul de 2026 - 644,39 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.4

    Lançado em 3 de jul de 2026 - 644,01 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Added an option to disable the notification sound when a focus session ends. Availability may vary depending on your browser and operating system.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.3

    Lançado em 3 de jul de 2026 - 643,95 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Starting a focus session now automatically closes any open tabs that match your blocking rules, helping you stay focused from the very beginning.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.2

    Lançado em 1 de jul de 2026 - 643,9 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Localization: Added translations for the Focus Session tool (including sound notifications, Hardcore mode, and custom duration strings) across all supported locales.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.1

    Lançado em 30 de jun de 2026 - 631,33 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.10.0

    Lançado em 29 de jun de 2026 - 631,17 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • 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.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 3.9.11

    Lançado em 28 de jun de 2026 - 622,21 KB
    Funciona em firefox 113.0 em diante, android 120.0 em diante
    • Added Malayalam language support.

    Código fonte publicado sob Licença MIT

    Baixar arquivo
Ir para a página inicial da Mozilla

Extensões

  • Sobre
  • Blog de extensões do Firefox
  • Workshop de extensões
  • Central do desenvolvedor
  • Diretivas do desenvolvedor
  • Blog da comunidade
  • Fórum
  • Relatar um erro
  • Guia de análise

Baixar

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

Versões mais recentes

  • Nightly
  • Beta

Firefox para empresas

  • Enterprise

Comunidade

  • Connect
  • Contribute
  • Developer

Seguir

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacidade
  • Cookies
  • Jurídico

Exceto onde de outra forma notado, o conteúdo deste site está licenciado sob a Creative Commons Licença de Atribuição Compartilha-Igual v3.0 ou qualquer versão posterior.