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"
    ]
}