Pacholo Amit

Software Engineer

Devops & Cloud Administrator

Full Stack Developer

Linux Systems Administrator

Homelab Enthusiast

Pacholo Amit

Software Engineer

Devops & Cloud Administrator

Full Stack Developer

Linux Systems Administrator

Homelab Enthusiast

VRNBLTY Chrome Extension- check the current website you are in to see if previous data breaches have occurred.

Link to Repository here

VRNBLTY

A chrome extension that allows you to check the current website you are in to see if previous data breaches have occurred. The extension is powered by the haveibeenpwned api



Install

Get the extension for free on the Google Chrome store



Demo & Usage

I created a Youtube video showcasing the Plasmo framework. A section of the video is devoted to showcasing the VRNBLTY extension as well. Feel free to check the youtube video down below.

Youtube video

Contributing

Feel free to contribute to this repository by following the set up steps below

Install

pnpm install

Development server

pnpm dev
# or
npm run dev

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.
You can start editing the popup by modifying popup.tsx. It should auto-update as you make changes.

For further guidance, visit plasmo docs

Compiling the extension for a production build

pnpm build -- --zip
# or
npm run build -- --zip

This should create a production bundle for your extension, ready to be published to the stores.