YouTube Comments Section Analyzer

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

YouTube Comments Section Analyzer란 무엇입니까?

YouTube Comments Section Analyzer은(는) Hargun Singh Sahni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the sentiment of a YouTube video based on it's comments' section"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Comments Section Analyzer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
공식 URL https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
설명 Find the sentiment of a YouTube video based on it's comments' section
파일 크기 57.13 KB
설치 횟수 32
현재 버전 1.1
최근 업데이트 2022-06-29
출시 날짜 2022-05-24
평점 5.00/5 총 8 개의 평점
개발자 Hargun Singh Sahni
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
지원되는 언어 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"
    ]
}