YouTube Comments Section Analyzer

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

¿Qué es YouTube Comments Section Analyzer?

YouTube Comments Section Analyzer es una extensión de Chrome desarrollada por Hargun Singh Sahni, y su función principal es "Find the sentiment of a YouTube video based on it's comments' section".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Comments Section Analyzer

Descarga archivos de extensión YouTube Comments Section Analyzer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
URL Oficial https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
Descripción Find the sentiment of a YouTube video based on it's comments' section
Tamaño del Archivo 57.13 KB
Cantidad de Instalaciones 32
Versión Actual 1.1
Última Actualización 2022-06-29
Fecha de Publicación 2022-05-24
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Hargun Singh Sahni
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
Idiomas Soportados 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"
    ]
}