Network Requests Monitor

Network Requests Monitor for Developers

What is Network Requests Monitor?

Network Requests Monitor is a Chrome extension developed by mooringniu, and its main feature is "Network Requests Monitor for Developers".

Extension Screenshots

screenshot
screenshot

Download Network Requests Monitor Extension CRX File

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

                        Monitor all your network requests for current tab, list them, filter them , copy the and enjoy this plugin.

当前标签的网络资源请求监控,可对结果进行过滤,复制。

Special thanks to hzlzh for the UI                    

Extension Basic Information

Name Network Requests Monitor Network Requests Monitor
ID gcdgbbcmdelmcoeklbnghlbpcmakchda
Official URL https://chrome.google.com/webstore/detail/network-requests-monitor/gcdgbbcmdelmcoeklbnghlbpcmakchda
Description Network Requests Monitor for Developers
File Size 41.92 KB
Installation Count 675
Current Version 3.2
Last Updated 2016-11-29
Publish Date 2016-11-29
Rating 2.14/5 Total 7 Ratings
Developer mooringniu
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Network Requests Monitor",
    "version": "3.2",
    "description": "Network Requests Monitor for Developers",
    "devtools_page": "networkrequests.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}