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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
URL της Σελίδας Πολιτικής Απορρήτου 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"
    ]
}