Browsershark

Browsershark is a forensics tool.

Qu'est-ce que Browsershark ?

Browsershark est une extension Chrome développée par Franz780, et sa fonction principale est "Browsershark is a forensics tool.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Browsershark

Téléchargez les fichiers d'extension Browsershark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Browsershark Browsershark
ID jhbjnipjccjloncefdoknhicbnbjaefh
URL Officiel https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh
Description Browsershark is a forensics tool.
Taille du Fichier 411 KB
Nombre d'Installations 482
Version Actuelle 1.1.0
Dernière Mise à Jour 2013-08-13
Date de Publication 2013-08-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur Franz780
Type de Paiement free
Langues Prises en Charge 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"
    ]
}