YouTube Comments Section Analyzer

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

Apa itu YouTube Comments Section Analyzer?

YouTube Comments Section Analyzer adalah ekstensi Chrome yang dikembangkan oleh Hargun Singh Sahni, dan fitur utamanya adalah "Find the sentiment of a YouTube video based on it's comments' section".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Comments Section Analyzer

Unduh file ekstensi YouTube Comments Section Analyzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
URL Resmi https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
Deskripsi Find the sentiment of a YouTube video based on it's comments' section
Ukuran File 57.13 KB
Jumlah Instalasi 32
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-06-29
Tanggal Publikasi 2022-05-24
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Hargun Singh Sahni
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
Bahasa yang Didukung 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"
    ]
}