A Chrome extension that copies YouTube transcripts with customizable AI analysis prompts. Features a retro cyberpunk design powered by Tailwind CSS.
| 🌐 Visit Website | 📦 Chrome Web Store | 💬 Report Issues |
Install directly from the Chrome Web Store
# Clone the repository
git clone https://github.com/infoHiroki/YouTubeTranscriptCopier.git
cd YouTubeTranscriptCopier
# Install dependencies
npm install
# Build Tailwind CSS
npm run build:css
# Load unpacked extension in Chrome
# 1. Open chrome://extensions
# 2. Enable "Developer mode"
# 3. Click "Load unpacked" and select the project directory
Access the Prompt Manager by clicking the ⚙️ icon in the popup:
YouTubeTranscriptCopier/
├── src/
│ ├── popup/ # Popup UI (HTML, JS, CSS)
│ ├── options/ # Prompt Manager interface
│ ├── js/ # Shared JavaScript modules
│ ├── css/ # Tailwind CSS (input & output)
│ └── assets/ # Icons, default prompts JSON
├── _locales/ # i18n localization files
├── docs/ # GitHub Pages website
├── manifest.json # Extension configuration
├── package.json # npm dependencies
└── tailwind.config.js # Tailwind CSS configuration
# Install dependencies
npm install
# Build CSS (development)
npm run build:css
# Watch mode (auto-rebuild on changes)
npm run watch:css
# Production build (minified)
npm run build:prod
# Build all (CSS for both extension and docs site)
npm run build:all
Edit tailwind.config.js to customize the cyberpunk theme colors, fonts, and effects.
MIT License - See LICENSE file for details
info.HirokiTakamura
Built for the AI community with ❤️
Special thanks to: