JSON Response Capture

Capture and save JSON responses from web requests with URL filtering

Автор
nickm8
Инсталации дневно
0
Инсталации общо
15
Рейтинг
0 0 0
Версия
1.3
Създаден
22.12.2024
Обновен
19.02.2025
Размер
20 КБ
Лиценз
MIT
Работи на
Всички сайтове

JSON Response Capture

Helps you capture, filter, and analyze JSON responses from web requests in real-time. Great for developers, testers, and data analysts or anyone who wants to scrape data from websites.

🌟 Key Features

  • Smart JSON Capture: Automatically intercepts and displays JSON responses from both Fetch and XMLHttpRequest calls
  • URL Filtering: Define custom keywords to match and ignore specific URLs
  • Domain-Specific Settings: Each domain has its own independent configuration that persists across sessions
  • One-Click Export: Save all captured responses to a JSON file with timestamps and URLs

📋 Instructions

Initial Setup

  1. After installation, you'll see a small panel in the bottom-right corner of your browser
  2. Click the expand button (⤢) to open the full panel
  3. Switch to the "Configuration" tab
  4. Add URL keywords to start capturing (e.g., "api", "data")

URL Filtering Configuration

  • Match Keywords:
    • Add words that MUST appear in URLs to capture them
    • Example: Adding "api" will capture responses from URLs containing "api"
    • You can add multiple keywords to capture different types of requests
    • No captures will occur until at least one match keyword is defined
  • Ignore Keywords:
    • Add words to exclude URLs even if they match
    • Example: If you have "api" as a match but want to ignore metrics, add "metrics" to ignores
    • Useful for filtering out noise while capturing