YouTube Comments Analyzer

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

Was ist YouTube Comments Analyzer?

YouTube Comments Analyzer ist eine Chrome-Erweiterung, die von Charlie Jones entwickelt wurde, und ihr Hauptmerkmal ist "Find the sentiment of a YouTube video based on it's comments".

Erweiterungsscreenshots

screenshot

YouTube Comments Analyzer-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Comments Analyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name YouTube Comments Analyzer YouTube Comments Analyzer
ID mdpphkdmagnnfpnfciehfkafpcpcahko
Offizielle URL https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko
Beschreibung Find the sentiment of a YouTube video based on it's comments
Dateigröße 41.7 KB
Installationsanzahl 220
Aktuelle Version 3.0
Letztes Update 2021-01-28
Veröffentlichungsdatum 2021-01-09
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Charlie Jones
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}