YouTube Comments Analyzer

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

O que é YouTube Comments Analyzer?

YouTube Comments Analyzer é uma extensão do Chrome desenvolvida por Charlie Jones, e sua principal característica é "Find the sentiment of a YouTube video based on it's comments".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Comments Analyzer

Baixe arquivos de extensão YouTube Comments 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

                        HOW TO USE
1. Navigate to a YouTube video.
2. Press the icon and wait! (3 seconds).
 
I hope this extension helps you!

HIGHLIGHTS
++ Fast Sentiment Analysis
++ Works on any YouTube video
++ Low permissions
++ Helpful YouTube Analytics (average sentiment score)
++ YouTube Analysis chrome extension                    

Informações Básicas da Extensão

Nome YouTube Comments Analyzer YouTube Comments Analyzer
ID mdpphkdmagnnfpnfciehfkafpcpcahko
URL Oficial https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko
Descrição Find the sentiment of a YouTube video based on it's comments
Tamanho do Arquivo 41.7 KB
Contagem de Instalações 220
Versão Atual 3.0
Última Atualização 2021-01-28
Data de Publicação 2021-01-09
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Charlie Jones
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comments Analyzer",
    "version": "3.0",
    "description": "Find the sentiment of a YouTube video based on it's comments",
    "manifest_version": 2,
    "icons": {
        "16": "YouTubeCommentsAnalyzerIcon.png",
        "48": "YouTubeCommentsAnalyzerIcon.png",
        "128": "YouTubeCommentsAnalyzerIcon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Comments Analyzer",
        "default_icon": "YouTubeCommentsAnalyzerIcon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/tfjs\/dist\/tf.min.js 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}