CRX aminer
Extension icon

ModHeader - Modify HTTP headers

Version 7.0.14 View in Chrome Web Store

Last scanned: about 12 hours ago

Extension Details

Developer: modheader.com
Rating: 3.0 ★ (1.2K ratings)
Users: 900,000

Context-Aware Verdict

HIGH
Overall Risk
Trust Factors:

The extension has a substantial user base of 900,000 users, indicating widespread adoption. However, the relatively low rating of 3.0 out of 5 with 1,200 reviews suggests user dissatisfaction or concerns. The extension's purpose - modifying HTTP headers - is legitimate for developers and testers, but the broad permissions raise security concerns.

Concerns:

The extension requests extremely broad permissions that create significant security risks. The webRequest permission combined with <all_urls> host permissions allows complete interception and modification of all web traffic. Content script injection across all websites enables the extension to read sensitive data, modify page content, or potentially steal credentials from any site you visit. The declarativeNetRequest and scripting permissions further expand its ability to manipulate web requests and inject code. These permissions far exceed what's typically necessary for basic header modification functionality.

Recommendations:

Consider running this extension in a separate Chrome profile dedicated to development work to isolate it from personal browsing. Only enable the extension when actively needed for development or testing purposes. Regularly review what headers you're modifying and disable the extension immediately after use. For casual users, consider alternative tools that don't require such broad permissions. Monitor your network traffic when the extension is active and be cautious about using it while accessing sensitive websites like banking or email services.

Findings

HIGH
Broad Content Script Injection
This extension can inject scripts into any website. This means it could potentially read sensitive data, modify website content, or steal credentials.
HIGH
Broad Host Permissions
This extension has broad host permissions allowing it to access many or all websites. This could potentially be used to steal sensitive data or track browsing activity.
HIGH
High-Risk Permission: webRequest
This extension has the webRequest permission. Can intercept and modify web requests. This could potentially be used maliciously to compromise security or privacy.
MEDIUM
Medium-Risk Permission: contextMenus
This extension has the contextMenus permission. Can add items to the context menu.
MEDIUM
Medium-Risk Permission: storage
This extension has the storage permission. Can store data locally.