YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Что такое YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer - это расширение Chrome, разработанное Hargun Singh Sahni, и его основная функция - "Find the sentiment of a YouTube video based on it's comments' section".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Comments Section Analyzer
Скачайте файлы расширений YouTube Comments Section Analyzer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Официальный URL | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Описание | Find the sentiment of a YouTube video based on it's comments' section |
| Размер файла | 57.13 KB |
| Количество установок | 32 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2022-06-29 |
| Дата публикации | 2022-05-24 |
| Рейтинг | 5.00/5 Всего 8 оценок |
| Разработчик | Hargun Singh Sahni |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Поддерживаемые языки | 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"
]
} | |