Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

API Network Recorder version history - 7 versions

API Network Recorder by Fernando

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
API Network Recorder version history - 7 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 0.2.5

    Released Aug 22, 2026 - 106.1 KB
    Works with firefox 140.0 and later
    This release focuses on making the popup and inspector feel snappier and less disruptive:
    • Fixed the popup sometimes flickering (rapidly resizing) or rendering too narrow when opened.
    • Fixed the inspector page interrupting text selection and stealing input focus during its automatic refresh.
    • The request list no longer jumps around: it stays anchored to the record you're viewing, and only auto-scrolls (smoothly) when you're already at the top and new requests arrive.
    • Selecting a request or endpoint no longer resets your scroll position in the list.
    • Added a "Copy domain" action, plus a quick visual confirmation flash on every Copy button.
    • Added one-click "Ignore this domain" controls in both the popup and the request details view, so a domain can be excluded from capture without typing it in manually.
    • Refreshed scrollbar styling to match the extension's dark theme.

    Source code released under All Rights Reserved

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.2.3

    Released Aug 21, 2026 - 105.34 KB
    Works with firefox 140.0 and later
    v0.2.3
    Fixed
    Popup flicker on open — the popup no longer rapidly expands/contracts. DOM updates from the three status calls (summary, settings, capture status) are now batched into a single pass instead of writing to the DOM as each async response landed separately.
    Popup width collapsing to a narrow column — body { width: min(420px, 100vw) } was self-referential (Chrome measured the popup against its own not-yet-sized viewport). Replaced with a fixed 420px so the popup sizes correctly on the very first layout.
    Can't select text / typing loses focus in the inspector page — the auto-refresh (every 2s) was replacing the entire page DOM even when no new records had arrived, wiping out any active selection or focus. It now skips the render entirely when nothing changed, and also skips while the user has an active text selection.
    Request list scroll jumping on its own — new records are prepended at the top, so preserving a raw pixel scroll offset showed different records after every refresh. The list now anchors to the specific record the user was viewing and keeps it in place; if the user is already pinned near the top, it follows new records automatically (chat-style).
    Copy buttons (domain/cURL/response/endpoint markdown) never flashed — they read event.currentTarget after an await, but the browser resets currentTarget to null once a click event's synchronous dispatch phase ends. Fixed by capturing the button reference before the await.
    Added
    Copy domain button in the request details header.
    Copy confirmation animation — any copy button (domain, cURL, response, per-section copy, endpoint markdown) now flashes a teal highlight on a successful copy.
    Smooth auto-scroll — when new records arrive while pinned near the top of the list, the view now glides up to reveal them (scrollTo({behavior:"smooth"})) instead of snapping instantly.
    Themed scrollbars across the popup and inspector page, matching the dark UI instead of the default OS scrollbar.
    "Ignore this domain" button in the popup, next to "Ignore this tab" — toggles the current tab's hostname in/out of the ignored-domains list in one click, no typing required. The "Ignore this tab" label was simplified (dropped the hostname) so the two buttons don't compete for space.

    Source code released under All Rights Reserved

    Download file
  • Version 0.1.6

    Released May 22, 2026 - 92.05 KB
    Works with firefox 140.0 and later
    Fixed a Firefox-specific issue where the deep capture panel could appear even though the feature is not supported in Firefox.

    This version improves the Firefox recording experience by keeping the interface focused on the options available in the browser.

    Source code released under All Rights Reserved

    Download file
  • Version 0.1.5

    Released May 22, 2026 - 92.04 KB
    Works with firefox 140.0 and later
    Updated the screen recording workflow with improved capture reliability and Firefox compatibility.

    Changes in this version:
    - Improved screen, window, and tab recording behavior.
    - Fixed Firefox response body capture handling.
    - Fixed request body capture in deep capture mode.
    - Improved body response normalization.
    - Improved page bridge message handling.
    - Updated extension manifest and version metadata.
    - Added minor stability and UI improvements.

    Source code released under All Rights Reserved

    Download file
  • Version 0.1.4

    Released May 22, 2026 - 92.65 KB
    Works with firefox 140.0 and later
    Improved network body capture and inspection.
    • Added Firefox response body capture using Firefox's webRequest response stream API.
    • Improved Chrome deep capture behavior for new and navigated tabs.
    • Improved binary body handling so encoded payloads are shown as binary/base64 previews instead of unreadable corrupted text.
    • Added per-section Copy buttons for request headers, request body, response headers, and response body.
    • Improved request/response body classification for JSON, text, form data, and binary payloads.

    Source code released under All Rights Reserved

    Download file
  • Version 0.1.3

    Released May 21, 2026 - 83.25 KB
    Works with firefox 140.0 and later
    API Network Recorder has been updated with improved browser support, capture reliability, and release packaging.

    What changed:
    - Added Firefox support.
    - Added browser-specific builds and release packaging.
    - Improved API request recording.
    - Added support to pause automatic fetching/capturing.
    - Improved page bridge messaging and failure handling.
    - Updated extension manifest and privacy policy metadata.
    - Fixed listing of request bodies.
    - Updated remote site handling.
    - Updated extension version and capture settings management.

    Source code released under All Rights Reserved

    Download file
  • Version 0.1.0

    Released May 14, 2026 - 70.13 KB
    Works with firefox 140.0 and later

    Source code released under All Rights Reserved

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Download

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

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.