YouTube Comments Analyzer

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

Qu'est-ce que YouTube Comments Analyzer ?

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

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension YouTube Comments 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

                        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                    

Informations de Base sur l'Extension

Nom YouTube Comments Analyzer YouTube Comments Analyzer
ID mdpphkdmagnnfpnfciehfkafpcpcahko
URL Officiel https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko
Description Find the sentiment of a YouTube video based on it's comments
Taille du Fichier 41.7 KB
Nombre d'Installations 220
Version Actuelle 3.0
Dernière Mise à Jour 2021-01-28
Date de Publication 2021-01-09
Évaluation 1.00/5 Total 1 Évaluations
Développeur Charlie Jones
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}