Browsershark
Browsershark is a forensics tool.
Vad är Browsershark?
Browsershark är en Chrome-tillägg utvecklad av Franz780, och dess huvudfunktion är "Browsershark is a forensics tool.".
Tilläggsskärmbilder
Ladda ner Browsershark-förlängningens CRX-fil
Ladda ner Browsershark-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jhbjnipjccjloncefdoknhicbnbjaefh |
Officiell webbadress | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
Beskrivning | Browsershark is a forensics tool. |
Filstorlek | 411 KB |
Antal Installationer | 482 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2013-08-13 |
Publiceringsdatum | 2013-08-13 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Franz780 |
Betalningssätt | free |
Stödda Språk | 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" ] } |