WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Inssman: Open-Source: Modify HTTP Request

Inssman: Open-Source: Modify HTTP Request

View on Chrome Web Store
View Inssman: Open-Source: Modify HTTP Request Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (15 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 HTTP(S) Request, Modify Headers, Log headers, Change Response, Block Request, Redirect, Custom HTML/CSS/JS/JSON
Type
Extension
Users
4,000 users
1K
vvmgev
View author page of vvmgev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 22, 2023
Version 1.0.64
Manifest version
3
Updated
Updated on June 5, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Inssman: Open-Source: Modify HTTP Request 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inssman: Open-Source: Modify HTTP Request",
    "description": "Intercept HTTP(S) Request, Modify Headers, Log headers, Change Response, Block Request, Redirect, Custom HTML\/CSS\/JS\/JSON",
    "version": "1.0.64",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/serviceWorker\/serviceWorker.js",
        "type": "module"
    },
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "setupContentConfig\/setupContentConfig.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.inssman.com\/app\/*"
            ],
            "js": [
                "iframeContentScript\/iframeContentScript.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "intercept\/intercept.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/app\/*",
                "http:\/\/localhost:3000\/app"
            ],
            "js": [
                "iframeContentScript\/iframeContentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "recordSession\/recordSession.js",
                "recorderWidget\/recorderWidget.js",
                "startRecording\/startRecording.js",
                "options\/options.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "webNavigation",
        "scripting",
        "tabs",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "\/assets\/images\/icons\/inssman_16.png",
            "32": "\/assets\/images\/icons\/inssman_32.png",
            "48": "\/assets\/images\/icons\/inssman_48.png",
            "128": "\/assets\/images\/icons\/inssman_128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "\/assets\/images\/icons\/inssman_16.png",
        "32": "\/assets\/images\/icons\/inssman_32.png",
        "48": "\/assets\/images\/icons\/inssman_48.png",
        "128": "\/assets\/images\/icons\/inssman_128.png"
    }
}
© 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