Google chrome extension that enhance your streaming experience on popular platforms by easily customize the appearance of subtitles to match your preferences and improve your viewing experience
-
Install dependencies (Recommand
pnpm
)pnpm install
-
Running in development mode
# Option 1 (Recommend) pnpm run build:watch # Option 2 (When develop popup ui only, go to http://localhost:5173/popup.html) pnpm run dev
- Build in production mode
pnpm build