YouTubeTranscriptCopier

YouTube Transcript Copier

YouTubeの字幕をAI分析用プロンプト付きでコピーするChrome拡張機能。日本語/英語UI、テーマ切替対応。

A Chrome extension that copies YouTube transcripts with customizable AI analysis prompts. Supports English/Japanese UI and multiple themes.

🌐 Website 📦 Chrome Web Store 💬 Issues

Features

Installation

Chrome Web Store

Chrome Web Store からインストール

For Developers

git clone https://github.com/infoHiroki/YouTubeTranscriptCopier.git
cd YouTubeTranscriptCopier

# Load unpacked extension in Chrome
# 1. chrome://extensions を開く
# 2. 「デベロッパーモード」を有効化
# 3. 「パッケージ化されていない拡張機能を読み込む」でプロジェクトディレクトリを選択

v2.0からTailwindは不要です。ビルドステップなしでそのまま動作します。

Usage

  1. YouTubeの動画ページを開く
  2. 拡張機能のアイコンをクリック
  3. プロンプトを選択(または自由編集モード)
  4. 「コピー」ボタンをクリック
  5. ChatGPT、Claude、Geminiなどに貼り付け

Project Structure

YouTubeTranscriptCopier/
├── manifest.json
├── _locales/                 # Store listing (name, description)
│   ├── en/messages.json
│   └── ja/messages.json
├── src/
│   ├── popup/                # Popup UI
│   │   ├── popup.html
│   │   └── popup.js
│   ├── options/              # Settings + Prompt Manager
│   │   ├── options.html
│   │   └── options.js
│   ├── js/
│   │   ├── promptManager.js  # Prompt CRUD + default loading
│   │   ├── i18n.js           # User-selectable i18n
│   │   └── themeManager.js   # Theme switching
│   ├── css/
│   │   ├── common.css        # Layout (CSS custom properties)
│   │   └── themes/
│   │       ├── clean.css     # Clean Modern theme (default)
│   │       └── cyberpunk.css # Cyberpunk theme
│   ├── strings/
│   │   ├── en.json           # UI strings (English)
│   │   └── ja.json           # UI strings (Japanese)
│   └── assets/
│       ├── icons/
│       ├── defaultPrompts/
│       │   ├── en.json
│       │   └── ja.json
│       └── logo.svg
├── docs/                     # GitHub Pages website
├── privacy-policy.html
└── LICENSE

Version History

v2.0.1 - YouTube 2026年2月DOM変更対応

v2.0 - Multi-language & Multi-theme Integration

v1.1 - Tailwind CSS Refactor + Prompt Manager

v1.0 - Initial Release

Migration from YoutubeMojiCopy

YoutubeMojiCopyユーザーの方へ:

License

MIT License

Author

info.HirokiTakamura - infohiroki.com