A Chrome Extension built with TypeScript and Vite, designed to help detect phishing websites using AI techniques.
- pnpm (install via
npm install -g pnpm)
-
Clone the repository:
git clone https://github.com/OfirShechter/phishing-detection-browser-extension.git cd phishing-extension -
Install dependencies:
pnpm install
-
Build the extension:
pnpm build
-
The built files will be in the dist/ directory.
-
Open chrome://extensions/ in your Chrome browser.
-
Enable Developer mode (top right toggle).
-
Click Load unpacked and select the dist/ folder.
-
The extension should now be installed and active.
- pnpm --filter=phishing-extension exec playwright install chromium (once in new env)
- pnpm --filter=phishing-extension run test:extension