YouTubeTranscriptCopier

YouTube Transcript Copier

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

✨ Features

🚀 Tech Stack

📦 Installation

Install directly from the Chrome Web Store

For Developers

# 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

🎯 Usage

  1. Open a YouTube video with available transcripts
  2. Click the extension icon in your browser toolbar
  3. Select or write a prompt (or use default prompts)
  4. Click “COPY THAT!!” button
  5. Paste into your AI assistant (ChatGPT, Claude, etc.)

⚙️ Prompt Manager

Access the Prompt Manager by clicking the ⚙️ icon in the popup:

📁 Project Structure

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

🛠️ Development

Available Scripts

# 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

Customization

Edit tailwind.config.js to customize the cyberpunk theme colors, fonts, and effects.

📄 License

MIT License - See LICENSE file for details

👤 Author

info.HirokiTakamura

📝 Version History

v1.1 - Tailwind CSS Refactor + Prompt Manager

v1.0 - Initial Release

🙏 Acknowledgments

Built for the AI community with ❤️

Special thanks to: