Network Requests Download

Tool for website testers to download network request meta-data.

What is Network Requests Download?

Network Requests Download is a Chrome extension developed by Network Requests Download, and its main feature is "Tool for website testers to download network request meta-data.".

Extension Screenshots

screenshot

Download Network Requests Download Extension CRX File

Download Network Requests Download 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

                        This tool allows website testers to record and download network performance metadata across different webpages. 

It will create a new developer tools panel where the user can enter a list of URLs to visit. The extension will automatically visit specified URLs and record network activity. A JSON report will download after all URLs have been visited.

Users can optionally specify a filter to only download requests to URLs containing a substring.                    

Extension Basic Information

Name Network Requests Download Network Requests Download
ID odecihgekkcnfbgbpjgpapaljjnebmdc
Official URL https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc
Description Tool for website testers to download network request meta-data.
File Size 25.47 KB
Installation Count 916
Current Version 1.5
Last Updated 2022-06-30
Publish Date 2020-01-17
Developer Network Requests Download
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Network Requests Download",
    "version": "1.5",
    "description": "Tool for website testers to download network request meta-data.",
    "devtools_page": "devtools.html",
    "permissions": [
        "downloads"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "NRD16.png",
        "48": "NRD48.png",
        "128": "NRD.png"
    }
}