Browsershark
Browsershark is a forensics tool.
Wat is Browsershark?
Browsershark is een Chrome-extensie ontwikkeld door Franz780, en de belangrijkste functie is "Browsershark is a forensics tool.".
Extensie Screenshots
Download het CRX-bestand van de extensie Browsershark
Download Browsershark-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | jhbjnipjccjloncefdoknhicbnbjaefh |
| Officiële URL | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
| Beschrijving | Browsershark is a forensics tool. |
| Bestandsgrootte | 411 KB |
| Aantal Installaties | 482 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2013-08-13 |
| Publicatiedatum | 2013-08-13 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Franz780 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |