YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Was ist YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer ist eine Chrome-Erweiterung, die von Hargun Singh Sahni entwickelt wurde, und ihr Hauptmerkmal ist "Find the sentiment of a YouTube video based on it's comments' section".
Erweiterungsscreenshots
YouTube Comments Section Analyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Comments Section 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
This extension gives the complete sentiment analysis of a YouTube Video based on its comment section.
Developed By:-
Mrs. Jyoti Khurana
Hargun Singh Sahni
Aditya Malhotra Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Beschreibung | Find the sentiment of a YouTube video based on it's comments' section |
| Dateigröße | 57.13 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-06-29 |
| Veröffentlichungsdatum | 2022-05-24 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | Hargun Singh Sahni |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Comments Section Analyzer",
"version": "1.1",
"description": "Find the sentiment of a YouTube video based on it's comments' section",
"manifest_version": 3,
"icons": {
"16": "YouTubeCommentsSectionAnalyzerIcon.png",
"48": "YouTubeCommentsSectionAnalyzerIcon.png",
"128": "YouTubeCommentsSectionAnalyzerIcon.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "YouTube Comments Section Analyzer",
"default_icon": "YouTubeCommentsSectionAnalyzerIcon.png"
},
"permissions": [
"activeTab"
]
} | |