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是由Hargun Singh Sahni開發的Chrome擴展程式,該擴展的主要功能是“Find the sentiment of a YouTube video based on it's comments' section”。
擴展截圖
下載YouTube Comments Section Analyzer擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |