YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
What is YouTube Comments Analyzer?
YouTube Comments Analyzer is a Chrome extension developed by Charlie Jones, and its main feature is "Find the sentiment of a YouTube video based on it's comments".
Extension Screenshots
Download YouTube Comments Analyzer Extension CRX File
Download YouTube Comments Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YouTube Comments Analyzer |
ID | mdpphkdmagnnfpnfciehfkafpcpcahko |
Official URL | https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko |
Description | Find the sentiment of a YouTube video based on it's comments |
File Size | 41.7 KB |
Installation Count | 220 |
Current Version | 3.0 |
Last Updated | 2021-01-28 |
Publish Date | 2021-01-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Charlie Jones |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |