JSON Response Capture

Capture and save JSON responses from web requests with URL filtering

Penulis
nickm8
Pemasangan harian
0
Total pemasangan
15
Nilai
0 0 0
Versi
1.3
Dibuat
22 Desember 2024
Diperbarui
19 Februari 2025
Size
17,3 KB
Lisensi
MIT
Berlaku untuk
Semua situs

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