YouTube Comments Section Analyzer

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

Qu'est-ce que YouTube Comments Section Analyzer ?

YouTube Comments Section Analyzer est une extension Chrome développée par Hargun Singh Sahni, et sa fonction principale est "Find the sentiment of a YouTube video based on it's comments' section".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Comments Section Analyzer

Téléchargez les fichiers d'extension YouTube Comments Section Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
URL Officiel https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
Description Find the sentiment of a YouTube video based on it's comments' section
Taille du Fichier 57.13 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2022-06-29
Date de Publication 2022-05-24
Évaluation 5.00/5 Total 8 Évaluations
Développeur Hargun Singh Sahni
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
Langues Prises en Charge 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"
    ]
}