Browsershark

Browsershark is a forensics tool.

什么是Browsershark?

Browsershark是由Franz780开发的Chrome扩展程序,该扩展的主要功能是“Browsershark is a forensics tool.”。

扩展截图

screenshot
screenshot

下载Browsershark扩展crx文件

下载Browsershark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Browsershark Browsershark
ID jhbjnipjccjloncefdoknhicbnbjaefh
官方URL https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh
简介 Browsershark is a forensics tool.
文件大小 411 KB
安装次数 482
当前版本 1.1.0
更新时间 2013-08-13
上架时间 2013-08-13
评分 5.00/5 共2次评分
开发者 Franz780
付费类型 free
支持的语言 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"
    ]
}