Traffic

A clearer view of raw network packets.

What is Traffic?

Traffic is a Chrome extension developed by abagoforgans, and its main feature is "A clearer view of raw network packets.".

Extension Screenshots

screenshot

Download Traffic Extension CRX File

Download Traffic 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

                        Traffic is a handy tool to capture raw network packets sent and received by Chrome, which are all clearly displayed in one place.

If you have any question or suggestion, please write a review to let me know.                    

Extension Basic Information

Name Traffic Traffic
ID gaoeofbniajkkfnhmnnodhcbhhlgeeii
Official URL https://chromewebstore.google.com/detail/traffic/gaoeofbniajkkfnhmnnodhcbhhlgeeii
Description A clearer view of raw network packets.
File Size 16.34 KB
Installation Count 34
Current Version 1.24
Last Updated 2021-03-24
Publish Date 2019-11-21
Rating 5.00/5 Total 1 Ratings
Developer abagoforgans
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Traffic",
    "description": "A clearer view of raw network packets.",
    "version": "1.24",
    "author": "abagoforgans",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Traffic"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    }
}