YouTube Comments Analyzer

Find the sentiment of a YouTube video based on it's comments

什么是YouTube Comments Analyzer?

YouTube Comments Analyzer是由Charlie Jones开发的Chrome扩展程序,该扩展的主要功能是“Find the sentiment of a YouTube video based on it's comments”。

扩展截图

screenshot

下载YouTube Comments Analyzer扩展crx文件

下载YouTube Comments Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        HOW TO USE
1. Navigate to a YouTube video.
2. Press the icon and wait! (3 seconds).
 
I hope this extension helps you!

HIGHLIGHTS
++ Fast Sentiment Analysis
++ Works on any YouTube video
++ Low permissions
++ Helpful YouTube Analytics (average sentiment score)
++ YouTube Analysis chrome extension                    

扩展基本信息

名称 YouTube Comments Analyzer YouTube Comments Analyzer
ID mdpphkdmagnnfpnfciehfkafpcpcahko
官方URL https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko
简介 Find the sentiment of a YouTube video based on it's comments
文件大小 41.7 KB
安装次数 220
当前版本 3.0
更新时间 2021-01-28
上架时间 2021-01-09
评分 1.00/5 共1次评分
开发者 Charlie Jones
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comments Analyzer",
    "version": "3.0",
    "description": "Find the sentiment of a YouTube video based on it's comments",
    "manifest_version": 2,
    "icons": {
        "16": "YouTubeCommentsAnalyzerIcon.png",
        "48": "YouTubeCommentsAnalyzerIcon.png",
        "128": "YouTubeCommentsAnalyzerIcon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Comments Analyzer",
        "default_icon": "YouTubeCommentsAnalyzerIcon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/tfjs\/dist\/tf.min.js 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}