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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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