YouTube Comments Section Analyzer

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

Co je YouTube Comments Section Analyzer?

YouTube Comments Section Analyzer je rozšíření Chrome vyvinuté Hargun Singh Sahni, a jeho hlavní funkcí je „Find the sentiment of a YouTube video based on it's comments' section“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Comments Section Analyzer

Stáhněte si soubory rozšíření YouTube Comments Section Analyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název YouTube Comments Section Analyzer YouTube Comments Section Analyzer
ID fijpgpkcbcifhnecjakcdbcgeibliffg
Oficiální URL https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg
Popis Find the sentiment of a YouTube video based on it's comments' section
Velikost souboru 57.13 KB
Počet instalací 32
Aktuální Verze 1.1
Poslední Aktualizace 2022-06-29
Datum Vydání 2022-05-24
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Hargun Singh Sahni
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7
Podporované Jazyky 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"
    ]
}