YouTube Comments Sentiment

Visualize a YouTube video's sentiment given the comments.

YouTube Comments Sentimentคืออะไร?

YouTube Comments Sentiment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryan.sawchuk.projects และคุณลักษณะหลักของมันคือ "Visualize a YouTube video's sentiment given the comments."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Comments Sentiment

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}