Skip to content

jdboisvert/account-balance-mask

Repository files navigation

Account Balance Masker

What is this?

A chrome extension which enables masking of account balances when visiting certain financial websites. This extension is to help give you a little more privacy when doing your everyday banking in a browser.

You can now feel a little more secure when doing your banking in public or even at home (never know who may be peeking over your shoulder).

Features

  • Masks the account balances upon loading the webpage of the supported financial banking websites (is shown as "****").
  • Unmasks the account balance by simply hovering over masked balance so you can see the original value.
  • No external tracking of the masked values. Everything remains within the browser (your data is yours and yours alone).

Why is this useful?:

  • Privacy: This extension is useful for those who wish to have a little more privacy when doing their everyday banking in a browser in public or even at home (never know who may be peeking over your shoulder).
  • Such a simple thing for a developer to make: I wanted to make something simple and useful for the community and even though this is very simple for most Financial Institutions to implement they can be slow to do so. So until then this can be the next best thing :).

How does this work?

By leveraging the manifest.json file we can specify which websites this extension will be enabled on. This is done by specifying the matches property in the manifest.json file which ensures this extension is only enabled on the specified websites and not on any others. This will then scan for specific elements on the page and replace the text with a masked value (****).

Need to see your original balance? No problem! Simply hover over the masked balance and it will be replaced with the original value.

Just set it and forget it. Simple, easy and effective.

List of Supported Financial Sites

How to install

You must be using a Chromium-based browser in order to use this extension.

Install from the Chrome Web Store

  1. Go to the Account Balance Masker extension page on the Chrome Web Store.
  2. Click on the Add to Chrome button.
  3. Login to your banking application and test it out :).

Get started locally from this repository

  1. If you wish to use this application simply download this repository on your computer (via git or download the latest published tag's zip and unzip it anywhere you wish).
  2. Go to your browser's extensions and find the Load unpacked option.
  3. Click on this and direct it to where you downloaded this repository.
  4. Ensure the extension is enabled (this should be the case by default).
  5. Login to your banking application and test it out :).

Ran into a problem or have a question?

Refer to the supported banking sites above and if a supported site is no longer working or you wish to have a new feature please enter a report on GitHub Issues.

About

A Chrome Extension which masks a user's account balance details for various finance applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published