Browsershark
Browsershark is a forensics tool.
Cos'è Browsershark?
Browsershark è un'estensione di Chrome sviluppata da Franz780, e la sua funzione principale è "Browsershark is a forensics tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browsershark
Scarica i file di estensione Browsershark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jhbjnipjccjloncefdoknhicbnbjaefh |
| URL Ufficiale | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
| Descrizione | Browsershark is a forensics tool. |
| Dimensione del File | 411 KB |
| Conteggio Installazioni | 482 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2013-08-13 |
| Data di Pubblicazione | 2013-08-13 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Franz780 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |