Cooling signalNo paid features detectedHigh-risk permissions
Request Headers (including CORS) Modifier icon

Request Headers (including CORS) Modifier

Modifies request headers (including CORS) for development purposes!

Users45Current public install base
Rating5.0Store average score
Reviews1Public review volume
Manifest versionV3Extension platform version
7-day growth-2Net users gained this week
7-day growth rate-4.26%Relative weekly velocity
Preview

Request Headers (including CORS) Modifier Media preview

1 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

43464850532026年7月15日2026年7月18日2026年7月21日Latest: 45
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
5.00
Latest
5.00
7-day rating change
0.00
4.904.955.005.055.102026年7月15日2026年7月18日2026年7月21日Latest: 5.00
2026年7月15日2026年7月21日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthFlat
00%
7-day growthDeclining
-2-4.26%
30-day growthGrowing
+2+4.65%
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version2.3
ManifestV3
Size165KiB
Languages1English
Published
Store updated
Last crawled
English
Overview

Product summary

Review the store description, core capabilities, and common use cases.

👨🏻‍💻 This Extension is intended for developers and it modifies Request Headers, either through the extension’s main icon or via an exposed API. The API can be accessed from the console or sideloaded scripts (such as Tampermonkey), making it ideal for automated workflows.

💻 The API includes enable() and disable() methods for toggling header modifications directly from the global namespace. You can also add, remove and clear either hostnames or headers, and the passed data can be strings, arrays, objects (for the headers) or arrays of objects. Methods include addHostname, addHostnames, removeHostname, removeHostnames, clearHostnames, addHeader, addHeaders, removeHeader, removeHeaders, clearHeaders. All API methods return a Promise that resolves to a boolean indicating success (true) or failure (false).

👉 API Usage:

The extension exposes a global API object window.requestHeaderModifier that allows you to control its functionality programmatically from your browser's developer console, a website's script (if allowed by CSP), or user script managers like Tampermonkey. All API methods return a Promise that resolves to a boolean indicating success (true) or failure (false).

📖 enable

window.requestHeaderModifier.enable(); // Enables the header modification functionality. This will apply the currently saved rules. Returns true on success

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score5.0Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average5.0Average computed only from synced review bodies below
Reviews with text1Synced review bodies
Total ratings / reviews1Chrome Web Store public rating/review count

Store average score: 5.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

5
1
4
0
3
0
2
0
1
0
Elena Cherneva2025年6月20日
5

This is a great idea to have an API exposed which controls a Chrome extension from console or scripts. Good job on the Request Header Modifier tool!

Version 2.3Language en