YouTube Comments Section Analyzer

Find the sentiment of a YouTube video based on it's comments' section

What is YouTube Comments Section Analyzer?

YouTube Comments Section Analyzer is a Chrome extension developed by Hargun Singh Sahni, and its main feature is "Find the sentiment of a YouTube video based on it's comments' section".

Extension Screenshots

screenshot
screenshot

Download YouTube Comments Section Analyzer Extension CRX File

Download YouTube Comments Section Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension gives the complete sentiment analysis of a YouTube Video based on its comment section.

Developed By:-
Mrs. Jyoti Khurana
Hargun Singh Sahni
Aditya Malhotra                    

Extension Basic Information

Name YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
Official URL https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
Description Find the sentiment of a YouTube video based on it's comments' section
File Size 57.13 KB
Installation Count 32
Current Version 1.1
Last Updated 2022-06-29
Publish Date 2022-05-24
Rating 5.00/5 Total 8 Ratings
Developer Hargun Singh Sahni
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comments Section Analyzer",
    "version": "1.1",
    "description": "Find the sentiment of a YouTube video based on it's comments' section",
    "manifest_version": 3,
    "icons": {
        "16": "YouTubeCommentsSectionAnalyzerIcon.png",
        "48": "YouTubeCommentsSectionAnalyzerIcon.png",
        "128": "YouTubeCommentsSectionAnalyzerIcon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Comments Section Analyzer",
        "default_icon": "YouTubeCommentsSectionAnalyzerIcon.png"
    },
    "permissions": [
        "activeTab"
    ]
}