YouTube Comments Analyzer

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

Hvad er YouTube Comments Analyzer?

YouTube Comments Analyzer er en Chrome-udvidelse udviklet af Charlie Jones, og dens hovedfunktion er "Find the sentiment of a YouTube video based on it's comments".

Udvidelsesskærmbilleder

screenshot

Download YouTube Comments Analyzer-udvidelses-CRX-fil

Download YouTube Comments Analyzer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Comments Analyzer YouTube Comments Analyzer
ID mdpphkdmagnnfpnfciehfkafpcpcahko
Officiel URL https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko
Beskrivelse Find the sentiment of a YouTube video based on it's comments
Filstørrelse 41.7 KB
Antal Installationer 220
Nuværende Version 3.0
Senest Opdateret 2021-01-28
Udgivelsesdato 2021-01-09
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Charlie Jones
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}