Browsershark

Browsershark is a forensics tool.

Apa itu Browsershark?

Browsershark adalah ekstensi Chrome yang dikembangkan oleh Franz780, dan fitur utamanya adalah "Browsershark is a forensics tool.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Browsershark

Unduh file ekstensi Browsershark 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

                        Browsershark provides users with a way to inspect all resources being loaded by your browser. A built-in hex viewer will allow users to inspect the content of files and allow for detailed analysis without requiring a user to download potentially malicious files.                    

Informasi Dasar Ekstensi

Nama Browsershark Browsershark
ID jhbjnipjccjloncefdoknhicbnbjaefh
URL Resmi https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh
Deskripsi Browsershark is a forensics tool.
Ukuran File 411 KB
Jumlah Instalasi 482
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2013-08-13
Tanggal Publikasi 2013-08-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Franz780
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browsershark",
    "homepage_url": "http:\/\/www.browsershark.org",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Browsershark is a forensics tool.",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon.png",
        "19": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "notifications",
        "webRequestBlocking",
        "webRequest"
    ]
}