A Chrome extension that protects you from unwanted spoilers for your favorite shows and movies.
- 🛡️ Active spoiler protection for TV shows and movies
- 🔍 Search and filter your protected content
- 📊 Track spoiler blocking statistics
- 🎯 Easy-to-use interface with show/movie management
- 🌓 Beautiful UI with a warm, cream-colored theme
This project is built with:
- Vite
- React
- TypeScript
- Tailwind CSS
- Clone the repository:
git clone <your-repo-url>
cd plot-armor- Install dependencies:
npm install- Start development server:
npm run dev- Build the extension:
npm run build- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distdirectory from this project
src/- Source codeApp.tsx- Main popup componentcontent.ts- Content script for spoiler detectiontypes/- TypeScript type definitions
public/- Static assets and manifestdist/- Production build output
Feel free to open issues or submit pull requests for any improvements or bug fixes.