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 |
Chrome Web Store からインストール
git clone https://github.com/infoHiroki/YouTubeTranscriptCopier.git
cd YouTubeTranscriptCopier
# Load unpacked extension in Chrome
# 1. chrome://extensions を開く
# 2. 「デベロッパーモード」を有効化
# 3. 「パッケージ化されていない拡張機能を読み込む」でプロジェクトディレクトリを選択
v2.0からTailwindは不要です。ビルドステップなしでそのまま動作します。
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
PAmodern_transcript_view)に対応transcript-segment-view-modelのクラスセレクタによる直接抽出に改善YoutubeMojiCopyユーザーの方へ:
MIT License
info.HirokiTakamura - infohiroki.com