JSON Response Capture

Capture and save JSON responses from web requests with URL filtering

작성자
nickm8
일일 설치 수
0
총 설치 수
15
평점
0 0 0
버전
1.3
생성일
2024-12-22
갱신일
2025-02-19
크기
17.3KB
라이선스
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