YouTube Comments Sentiment

Visualize a YouTube video's sentiment given the comments.

O que é YouTube Comments Sentiment?

YouTube Comments Sentiment é uma extensão do Chrome desenvolvida por ryan.sawchuk.projects, e sua principal característica é "Visualize a YouTube video's sentiment given the comments.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Comments Sentiment

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

                        Visualize the aggregate sentiment of a YouTube video's comments on an adapted Likert scale.

This extension uses the specialized social media VADER Sentiment Analysis algorithms to evaluate the sentiment of the top 300 comments by relevance. 
The compound sentiment value for a comment is scaled by the amount of likes the comment has received. 

Scaling by likes allows for an accurate depiction of the sentiment with a low sample size of comments. The sentiment analysis results act as a loose proxy for the Like-to-Dislike ratio, but are not always indicative of the true Like-to-Dislike ratio.                    

Informações Básicas da Extensão

Nome YouTube Comments Sentiment YouTube Comments Sentiment
ID dkfoidehmdpnpcplbcmenkfclahalihg
URL Oficial https://chromewebstore.google.com/detail/youtube-comments-sentimen/dkfoidehmdpnpcplbcmenkfclahalihg
Descrição Visualize a YouTube video's sentiment given the comments.
Tamanho do Arquivo 190 KB
Contagem de Instalações 121
Versão Atual 0.1.0
Última Atualização 2023-01-06
Data de Publicação 2023-01-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor ryan.sawchuk.projects
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/RyanSawchuk/YT-comments-sentiment
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Comments Sentiment",
    "version": "0.1.0",
    "description": "Visualize a YouTube video's sentiment given the comments.",
    "author": "Ryan Sawchuk",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "YouTube Comment Sentiment",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}