Network+

DevTools for network recording, editing and resending.

What is Network+?

Network+ is a Chrome extension developed by https://clear.studio, and its main feature is "DevTools for network recording, editing and resending.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Network+ Extension CRX File

Download Network+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1. Open the DevTools panel and find the tab with "Network+".
2. Make some HTTP request.
3. See the log of request and response.
4. Modify some fields like "Request Method", "URL" or "Request Payload"...
5. Click the "Send" button and notice the log.                    

Extension Basic Information

Name Network+ Network+
ID nfeeojenagochlldompjclkogikjlhlf
Official URL https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf
Description DevTools for network recording, editing and resending.
File Size 175 KB
Installation Count 466
Current Version 2.0.1
Last Updated 2022-08-19
Publish Date 2020-06-15
Rating 5.00/5 Total 2 Ratings
Developer https://clear.studio
Email [email protected]
Payment Type free
Extension Website https://clear.studio
Help Page URL https://github.com/ClearStudio/network-plus
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Network+",
    "version": "2.0.1",
    "description": "DevTools for network recording, editing and resending.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Network+"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/clear.studio",
    "devtools_page": "devtools.html"
}