A Chrome extension that analyzes YouTube video comments and provides a color-coded sentiment rating (Red-Yellow-Green).
- Analyzes comments on YouTube videos in real-time
- Displays a color-coded sentiment indicator (Green for positive, Yellow for neutral, Red for negative)
- Shows the number of comments analyzed
- Updates automatically as new comments load
- Download this repository as a ZIP file or clone it:
git clone https://github.com/yourusername/youtube-comment-sentiment-analyzer.git
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the folder containing the extension files
The extension scans the comments on YouTube videos and performs sentiment analysis to determine if the overall tone is positive, negative, or neutral. It then displays a color-coded indicator above the comments section.
Contributions are welcome! Feel free to submit a pull request or open an issue.