YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Co to jest YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer to rozszerzenie Chrome opracowane przez Hargun Singh Sahni, a jego główną funkcją jest „Find the sentiment of a YouTube video based on it's comments' section”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Comments Section Analyzer
Pobierz pliki rozszerzeń YouTube Comments Section Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Opis | Find the sentiment of a YouTube video based on it's comments' section |
| Rozmiar pliku | 57.13 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-06-29 |
| Data Publikacji | 2022-05-24 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | Hargun Singh Sahni |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Obsługiwane Języki | 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"
]
} | |