Skip to content

Chrome extension that wipes your sensitive data on the tab you are currently on

Notifications You must be signed in to change notification settings

0xedward/neuralyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Neuralyzer

Neuralyzer Chrome Web Store link

Extension version deployed to Chrome Web Store Number of Extension Users

Neuralyzer is a Chrome extension that clears the cache, cookies, localStorage, IndexedDB and sessionStorage on the tab you are currently on. The extension can be activated by clicking the extension icon on your browser toolbar or by right-clicking the page you are on and selecting the extension's menu item.

Neuralyzer Demo Run on Google

You can also customize what data you want to be cleared, when the extension is run, on the options page.

This extension is useful when you don't trust the security or privacy of the website you are currently on. For example, running the extension before leaving a site will help if you want to ensure you have logged out of a site or prevent a site from tracking you across visits.

Here are some other examples, with some assumptions made about the site you are currently on:

  • You can use this extension to clear your session to render CSRF useless
  • You can use this extension to clear first party tracking cookies
  • You can use this extension to clear your cache to prevent cache fingerprinting
  • You can use this extension to clear localStorage and IndexedDB to help prevent evercookies

Installing extension from repo

  1. Download this repo as a ZIP file from GitHub.
  2. Unzip the file. The unzipped folder is likely named neuralyzer-main
  3. In Chrome, go to the extensions page - chrome://extensions
  4. Enable Developer Mode.
  5. Click Load unpacked button and select the src folder that was extracted (neuralyzer-main/src) or drag the extracted src folder anywhere on the page to import it

Permissions Audit

If you are curious or concerned about the permissions requested by this extension, the following is a brief explainer for each permission and where you can find it used in code:

Credits

Extension icons was created by Sean Sun