Traffic Analyser

Simple tool to monitor network calls across all windows and tabs of your browser.

Wat is Traffic Analyser?

Traffic Analyser is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple tool to monitor network calls across all windows and tabs of your browser.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Traffic Analyser

Download Traffic Analyser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This addon allows to monitor the entire network calls of your browser across all windows and tabs. All requested URLs are displayed as filterable table in an extra window. New requests will be added immediately.                    

Basisinformatie over de Extensie

Naam Traffic Analyser Traffic Analyser
ID abdegfaiochjkmedplbehndchojnkjca
Officiële URL https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca
Beschrijving Simple tool to monitor network calls across all windows and tabs of your browser.
Bestandsgrootte 127 KB
Aantal Installaties 1,677
Huidige Versie 1.3
Laatst Bijgewerkt 2019-01-30
Publicatiedatum 2019-01-30
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Traffic Analyser",
    "version": "1.3",
    "description": "Simple tool to monitor network calls across all windows and tabs of your browser.",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Launch Traffic Analyser",
        "default_icon": {
            "16": "images\/icon_16.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    }
}