YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
O que é YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer é uma extensão do Chrome desenvolvida por Hargun Singh Sahni, e sua principal característica é "Find the sentiment of a YouTube video based on it's comments' section".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Comments Section Analyzer
Baixe arquivos de extensão YouTube Comments Section Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
URL Oficial | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
Descrição | Find the sentiment of a YouTube video based on it's comments' section |
Tamanho do Arquivo | 57.13 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.1 |
Última Atualização | 2022-06-29 |
Data de Publicação | 2022-05-24 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Hargun Singh Sahni |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
Idiomas Suportados | 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" ] } |