Browser extension for detecting potentially fake product reviews using AI-powered analysis.
This extension analyzes product reviews on Amazon and provides insights about review authenticity and reliability.
- Framework: Svelte 5 + TypeScript
- Build Tool: Vite with CRXJS plugin
- Extension: Manifest V3
- UI Components: shadcn-svelte + Tailwind CSS
- Testing: Vitest + Svelte Testing Library
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build extension
pnpm build
# Run tests
pnpm test
# Type checking
pnpm check
# Linting
pnpm lint
# Build the extension
pnpm build
# Output will be in dist/ directory
Load the unpacked extension from the dist
directory in your browser's extension management page.
src/
- Source codecontent/
- Content scriptspopup/
- Extension popup UIlib/
- Shared utilities and components
public/
- Static assetsmanifest.json
- Extension manifest configuration