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
扩展基本信息
名称 | YouTube Comments Section Analyzer |
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" ] } |