A Chrome extension that helps users generate YouTube comment replies using OpenAI's API. This tool assists content creators and active commenters in crafting contextually appropriate responses to YouTube comments.
- Automatic activation on YouTube
- Manual toggle control
- OpenAI-powered comment generation
- Multiple response styles (Positive/Supportive, Constructive/Thoughtful, Critical/Negative)
- Custom prompt input
- Secure API key management
- Clone the repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
smartCommentAssistant/
├── manifest.json # Extension configuration
├── src/ # Source code
│ ├── background/ # Background scripts
│ ├── content/ # Content scripts
│ ├── popup/ # Popup UI
│ └── utils/ # Shared utilities
├── assets/ # Images and other assets
└── styles/ # CSS files
- Make changes to the source code
- Reload the extension in
chrome://extensions/
- Test the changes on YouTube
MIT License