A Chrome extension that allows users to analyze comments from YouTube videos, providing insights based on specified criteria.
- Fetches comments from a specified YouTube video.
- Sends the video ID to a backend service for analysis.
- Displays the results in a user-friendly format. (to be updated)
- Frontend: HTML, CSS, JavaScript (Chrome Extension APIs)
- Backend: Node.js (Express.js)
- Google Chrome or any Chromium-based browser.
- Basic knowledge of how to install Chrome extensions.
- A running backend server that provides an API for analyzing YouTube comments.
-
Clone the repository:
git clone https://github.com/yourusername/youtube-comment-analyzer.git cd youtube-comment-analyzer