YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
Cos'è YouTube Comments Analyzer?
YouTube Comments Analyzer è un'estensione di Chrome sviluppata da Charlie Jones, e la sua funzione principale è "Find the sentiment of a YouTube video based on it's comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Comments Analyzer
Scarica i file di estensione YouTube Comments 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
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
Informazioni di Base sull'Estensione
Nome | YouTube Comments Analyzer |
ID | mdpphkdmagnnfpnfciehfkafpcpcahko |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko |
Descrizione | Find the sentiment of a YouTube video based on it's comments |
Dimensione del File | 41.7 KB |
Conteggio Installazioni | 220 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2021-01-28 |
Data di Pubblicazione | 2021-01-09 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Charlie Jones |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |