YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Hvad er YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer er en Chrome-udvidelse udviklet af Hargun Singh Sahni, og dens hovedfunktion er "Find the sentiment of a YouTube video based on it's comments' section".
Udvidelsesskærmbilleder
Download YouTube Comments Section Analyzer-udvidelses-CRX-fil
Download YouTube Comments Section 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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Beskrivelse | Find the sentiment of a YouTube video based on it's comments' section |
| Filstørrelse | 57.13 KB |
| Antal Installationer | 32 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-06-29 |
| Udgivelsesdato | 2022-05-24 |
| Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
| Udvikler | Hargun Singh Sahni |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Understøttede Sprog | 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"
]
} | |