YouTube Comments Section Analyzer

Find the sentiment of a YouTube video based on it's comments' section

ما هو YouTube Comments Section Analyzer؟

YouTube Comments Section Analyzer هو إضافة Chrome تم تطويرها بواسطة Hargun Singh Sahni، والميزة الرئيسية لها هي "Find the sentiment of a YouTube video based on it's comments' section".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Comments Section Analyzer

قم بتنزيل ملفات الامتداد YouTube Comments Section Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension gives the complete sentiment analysis of a YouTube Video based on its comment section.

Developed By:-
Mrs. Jyoti Khurana
Hargun Singh Sahni
Aditya Malhotra                    

معلومات أساسية عن التمديد

الاسم YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
الوصف Find the sentiment of a YouTube video based on it's comments' section
حجم الملف 57.13 KB
عدد التثبيتات 32
النسخة الحالية 1.1
آخر تحديث 2022-06-29
تاريخ النشر 2022-05-24
تقييم 5.00/5 مجموع تقييمات 8
المطور Hargun Singh Sahni
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comments Section Analyzer",
    "version": "1.1",
    "description": "Find the sentiment of a YouTube video based on it's comments' section",
    "manifest_version": 3,
    "icons": {
        "16": "YouTubeCommentsSectionAnalyzerIcon.png",
        "48": "YouTubeCommentsSectionAnalyzerIcon.png",
        "128": "YouTubeCommentsSectionAnalyzerIcon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Comments Section Analyzer",
        "default_icon": "YouTubeCommentsSectionAnalyzerIcon.png"
    },
    "permissions": [
        "activeTab"
    ]
}