An open API service indexing awesome lists of open source software.

https://github.com/timessless01/scam-detector-browser-extension

A browser extension that detects phishing sites, scams, and fraud in real-time using Google Safe Browsing. No data collection. Open-source and privacy-focused.
https://github.com/timessless01/scam-detector-browser-extension

chrome-extension open-source phishing-detection privacy security

Last synced: about 1 month ago
JSON representation

A browser extension that detects phishing sites, scams, and fraud in real-time using Google Safe Browsing. No data collection. Open-source and privacy-focused.

Awesome Lists containing this project

README

          

# Scam Detector Browser Extension
An AI-powered tool to detect phishing sites, scams, and fraud in real-time.

## Features
- Real-time URL scanning using Google Safe Browsing API
- AI model integration (TensorFlow.js)
- Custom warning UI
- Email Scam Detection: Scans email content for phishing keywords.
- Privacy-First: No data collection; all checks happen locally.

## Installation
1. Clone this repo: `git clone https://github.com/Timessless01/scam-detector-extension.git`
2. Load into Chrome: `chrome://extensions` > Enable "Developer mode" > "Load unpacked"

## Setup for Developers
1. Get a **Google Safe Browsing API key**:
- Go to [Google Cloud Console](https://console.cloud.google.com/apis/credentials).
- Create a project, enable the Safe Browsing API, and generate an API key.
2. Replace the placeholder in `src/background.js`:
```javascript
const API_KEY = 'YOUR_API_KEY'; // Replace with your API key

## Contribute
- Report bugs via [Issues](https://github.com/Timessless01/scam-detector-extension/issues)
- Fork and submit PRs!
## Donate
If you find this project useful, consider supporting it by donating via PayPal:

[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/stellahnjogezi)