YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Cos'è YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer è un'estensione di Chrome sviluppata da Hargun Singh Sahni, e la sua funzione principale è "Find the sentiment of a YouTube video based on it's comments' section".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Comments Section Analyzer
Scarica i file di estensione YouTube Comments Section Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Descrizione | Find the sentiment of a YouTube video based on it's comments' section |
| Dimensione del File | 57.13 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-06-29 |
| Data di Pubblicazione | 2022-05-24 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Hargun Singh Sahni |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Lingue Supportate | 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"
]
} | |