Access Logging Monitor icon

Access Logging Monitor

Extension Actions

How to install Open in Chrome Web Store
CRX ID
aciiflamhpbmokipfmhjljojamnaeomm
Description from extension meta

Monitor network requests for domains and paths on current tab

Image from store
Access Logging Monitor
Description from store

Access Logging Monitor is a developer tool that allows you to check network requests.
Monitor domains and paths requested on active tabs.
Exclude unnecessary domains for efficient monitoring.

### Key Features:
• Background tabs are not monitored
• Redirect-aware logging (requests persist through page redirects)
• Sequential numbering for chronological request display
• Real-time display of HTTP status codes, domains, and paths
• Request method and type information (GET/POST, script/image, etc.)
• Filter requests by domain or path
• Domain exclusion settings - exclude unwanted domains in advance
• CSV export functionality - detailed CSV export with sequence numbers

### Perfect for:
- Web developers debugging network issues
- Security professionals analyzing web traffic
- Performance optimization specialists
- Anyone who needs detailed network request visibility

### CSV Export
Export data to CSV files with columns for sequence number, timestamp, status, method, domain, path, type, and full URL. Requests are sorted chronologically for easy analysis.

### Domain Exclusion
Add unwanted domains (ads, analytics tools, etc.) to the exclusion list in advance to focus only on relevant requests. Settings automatically sync across multiple devices via Google account.

### Privacy-focused
All data is processed locally in your browser. No data is sent to external servers. Only monitors the currently active tab, ensuring no unnecessary background data collection.

### Additional Features
• Active tab monitoring only: Background tab communications are not recorded
• Automatically switches to monitor new tabs when you switch tabs

## Permissions Explanation

This extension requires the following permissions:

**"Access your data for all websites" (activeTab, webRequest, host_permissions)**
Required to monitor network requests on the active tab. The extension only processes data locally and does not send any information to external servers.

**"Read and change all your data on all websites"**
This permission is needed to inject content scripts and monitor network activity. Your data remains private and is never transmitted externally.

## Version Information

**Version 1.0.0:**
- Initial release
- Real-time network request monitoring functionality
- Color-coded HTTP status code display
- Domain and path filtering
- Domain exclusion settings functionality
- CSV export functionality
- Google account synchronization support