YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Wat is YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer is een Chrome-extensie ontwikkeld door Hargun Singh Sahni, en de belangrijkste functie is "Find the sentiment of a YouTube video based on it's comments' section".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Comments Section Analyzer
Download YouTube Comments Section 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
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 Basisinformatie over de Extensie
| Naam | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Beschrijving | Find the sentiment of a YouTube video based on it's comments' section |
| Bestandsgrootte | 57.13 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-06-29 |
| Publicatiedatum | 2022-05-24 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Hargun Singh Sahni |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Ondersteunde Talen | 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"
]
} | |