YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
ما هو YouTube Comments Analyzer؟
YouTube Comments Analyzer هو إضافة Chrome تم تطويرها بواسطة Charlie Jones، والميزة الرئيسية لها هي "Find the sentiment of a YouTube video based on it's comments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Comments Analyzer
قم بتنزيل ملفات الامتداد YouTube Comments Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HOW TO USE
1. Navigate to a YouTube video.
2. Press the icon and wait! (3 seconds).
I hope this extension helps you!
HIGHLIGHTS
++ Fast Sentiment Analysis
++ Works on any YouTube video
++ Low permissions
++ Helpful YouTube Analytics (average sentiment score)
++ YouTube Analysis chrome extension معلومات أساسية عن التمديد
| الاسم | |
| ID | mdpphkdmagnnfpnfciehfkafpcpcahko |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko |
| الوصف | Find the sentiment of a YouTube video based on it's comments |
| حجم الملف | 41.7 KB |
| عدد التثبيتات | 220 |
| النسخة الحالية | 3.0 |
| آخر تحديث | 2021-01-28 |
| تاريخ النشر | 2021-01-09 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | Charlie Jones |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Comments Analyzer",
"version": "3.0",
"description": "Find the sentiment of a YouTube video based on it's comments",
"manifest_version": 2,
"icons": {
"16": "YouTubeCommentsAnalyzerIcon.png",
"48": "YouTubeCommentsAnalyzerIcon.png",
"128": "YouTubeCommentsAnalyzerIcon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "YouTube Comments Analyzer",
"default_icon": "YouTubeCommentsAnalyzerIcon.png"
},
"content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/tfjs\/dist\/tf.min.js 'unsafe-eval'; object-src 'self'",
"permissions": [
"activeTab"
]
} | |