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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube Comments Sentiment拡張機能のCRXファイルをダウンロード

YouTube Comments Sentiment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    ]
}