JSON Response Capture

Capture and save JSON responses from web requests with URL filtering

作者
nickm8
今日安裝
0
安裝總數
9
評價
0 0 0
版本
1.3
建立日期
2024-12-22
更新日期
2025-02-19
尺寸
17.3 KB
授權條款
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