JSON Response Capture

Capture and save JSON responses from web requests with URL filtering

Tính đến 19-02-2025. Xem phiên bản mới nhất.

Tác giả
nickm8
Đánh giá
0 0 0
Phiên bản
1.3
Đã tạo
22-12-2024
Đã cập nhật
19-02-2025
Size
20 KB
Giấy phép
MIT
Áp dụng cho
Tất cả trang web

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