YouTube Comments Sentiment
Visualize a YouTube video's sentiment given the comments.
YouTube Comments Sentiment क्या है?
YouTube Comments Sentiment ryan.sawchuk.projects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize a YouTube video's sentiment given the comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Comments Sentiment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |