Traffic Analyser

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

Apa itu Traffic Analyser?

Traffic Analyser adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple tool to monitor network calls across all windows and tabs of your browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Traffic Analyser

Unduh file ekstensi Traffic Analyser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Traffic Analyser Traffic Analyser
ID abdegfaiochjkmedplbehndchojnkjca
URL Resmi https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca
Deskripsi Simple tool to monitor network calls across all windows and tabs of your browser.
Ukuran File 127 KB
Jumlah Instalasi 1,677
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-01-30
Tanggal Publikasi 2019-01-30
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}