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
Get the extension for free on the Google Chrome store
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.
Feel free to contribute to this repository by following the set up steps below
pnpm install
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
pnpm build -- --zip
# or
npm run build -- --zip
This should create a production bundle for your extension, ready to be published to the stores.