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
Eメール [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"
    ]
}