WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Request Interceptor

Request Interceptor

View on Chrome Web Store
View Request Interceptor Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (59 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
Type
Extension
Users
10,000 users
Vinay Kaparthi
View author page of Vinay Kaparthi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 28, 2017
Version 2.0.1
Manifest version
3
Updated
Updated on July 24, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Request Interceptor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "author": "Vinay Kaparthi",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/logo_64.png"
        },
        "default_title": "Request Interceptor"
    },
    "description": "Intercept Requests and add custom rules to modify request\/response headers, block\/redirect requests, modify query params.",
    "icons": {
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "64": "images\/logo_64.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "125",
    "name": "Request Interceptor",
    "options_page": "index.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": []
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/css blob:; style-src 'self' 'unsafe-inline';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top