YouTube Comments Sentiment
Visualize a YouTube video's sentiment given the comments.
YouTube Comments Sentiment란 무엇입니까?
YouTube Comments Sentiment은(는) ryan.sawchuk.projects에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize a YouTube video's sentiment given the comments."입니다.
확장 프로그램 스크린샷
YouTube Comments Sentiment 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Visualize the aggregate sentiment of a YouTube video's comments on an adapted Likert scale. This extension uses the specialized social media VADER Sentiment Analysis algorithms to evaluate the sentiment of the top 300 comments by relevance. The compound sentiment value for a comment is scaled by the amount of likes the comment has received. Scaling by likes allows for an accurate depiction of the sentiment with a low sample size of comments. The sentiment analysis results act as a loose proxy for the Like-to-Dislike ratio, but are not always indicative of the true Like-to-Dislike ratio.
확장 프로그램 기본 정보
이름 | YouTube Comments Sentiment |
ID | dkfoidehmdpnpcplbcmenkfclahalihg |
공식 URL | https://chromewebstore.google.com/detail/youtube-comments-sentimen/dkfoidehmdpnpcplbcmenkfclahalihg |
설명 | Visualize a YouTube video's sentiment given the comments. |
파일 크기 | 190 KB |
설치 횟수 | 121 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-01-06 |
출시 날짜 | 2023-01-06 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ryan.sawchuk.projects |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/RyanSawchuk/YT-comments-sentiment |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Comments Sentiment", "version": "0.1.0", "description": "Visualize a YouTube video's sentiment given the comments.", "author": "Ryan Sawchuk", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "YouTube Comment Sentiment", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |