URL Checker is an extension that allows you to check URLs for malicious content or unshorten any short URLs to get the original URL. It is created using WXT and React.
- Scan URL for malicious content
- Unshorten any short URLs
- Light and Dark mode
- Right click context menu
- WXT
- React
- Shadcn/ui
- Tailwind CSS
- TypeScript
- Vite
- VirusTotal API
Open the .env.example and fill in your VirusTotal API key, then save it as .env the run the following command:
pnpm install
pnpm dev