YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
Wat is YouTube Comments Analyzer?
YouTube Comments Analyzer is een Chrome-extensie ontwikkeld door Charlie Jones, en de belangrijkste functie is "Find the sentiment of a YouTube video based on it's comments".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Comments Analyzer
Download YouTube Comments Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mdpphkdmagnnfpnfciehfkafpcpcahko |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko |
| Beschrijving | Find the sentiment of a YouTube video based on it's comments |
| Bestandsgrootte | 41.7 KB |
| Aantal Installaties | 220 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2021-01-28 |
| Publicatiedatum | 2021-01-09 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Charlie Jones |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |