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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Comments Sentiment
قم بتنزيل ملفات الامتداد YouTube Comments Sentiment بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |