BlockRequests

grain

(1)

131명의 사용자
생산성
grain

(1)

131명의 사용자
생산성

이 확장은 브라우저 버전과 호환되지 않으므로 설치할 수 없습니다. 사용자 브라우저와 호환되지 않음

설명

# Block Request Patterns

A Chrome extension that blocks unwanted web requests and provides smart CDN redirects for better performance and privacy.

## Features

- Block unwanted requests using URL patterns
- Smart CDN redirects for common services:
  - Cloudflare CDN → Staticfile CDN
  - Google reCAPTCHA → Recaptcha.net
  - jQuery → Microsoft AspNet CDN
- Simple configuration through extension popup
- Default patterns for blocking common analytics trackers
- Uses Chrome's modern declarativeNetRequest API for efficient request blocking

## Installation

1. Download the extension
2. Go to Chrome's extension page (chrome://extensions/)
3. Enable "Developer mode" in the top right
4. Click "Load unpacked" and select the extension directory

## Usage

1. Click the extension icon in your browser toolbar
2. Edit the patterns in JSON array format
3. Click "Save" to apply changes

### Pattern Examples

```json
[
    "*://google-analytics.com/*",
    "*://*.google-analytics.com/*",
    "*://*.g.doubleclick.net/*"
]
```

### Pattern Syntax

- Use `*` as a wildcard to match any number of characters
- Use `?` to match a single character
- Patterns must follow the URL filter format: `[scheme:]//[host]/[path]`
- Leading wildcard before scheme must include `://` (e.g. `*://example.com/*`)

## Built-in Redirects

The extension automatically redirects certain services to privacy-friendly alternatives:

1. **Cloudflare CDN → Staticfile CDN**
   - From: `cdnjs.cloudflare.com/ajax/libs/*`
   - To: `cdn.staticfile.net/*`

2. **Google reCAPTCHA → Recaptcha.net**
   - From: `www.google.com/recaptcha/*`
   - To: `www.recaptcha.net/*`

3. **jQuery → Microsoft AspNet CDN**
   - Automatically redirects jQuery requests to Microsoft's CDN

## Privacy

This extension helps protect your privacy by:
- Blocking common analytics and tracking scripts
- Redirecting to privacy-friendly CDN alternatives
- Operating entirely locally (no data sent to external servers)

사용자 리뷰 없음

아직 이 추가 기능을 검토한 사람이 없습니다. 리뷰를 추가하려면 첫 번째로 확인하세요.

세부 사항
버전 2.0.1업데이트된 2025년 3월 14일신고하기
세부 사항
버전 2.0.1업데이트된 2025년 3월 14일신고하기