YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
什麼是YouTube Comments Analyzer?
YouTube Comments Analyzer是由Charlie Jones開發的Chrome擴展程式,該擴展的主要功能是“Find the sentiment of a YouTube video based on it's comments”。
擴展截圖
下載YouTube Comments Analyzer擴展crx文件
下載YouTube Comments Analyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | YouTube Comments Analyzer |
ID | mdpphkdmagnnfpnfciehfkafpcpcahko |
官方網址 | https://chromewebstore.google.com/detail/youtube-comments-analyzer/mdpphkdmagnnfpnfciehfkafpcpcahko |
簡介 | Find the sentiment of a YouTube video based on it's comments |
檔案大小 | 41.7 KB |
安裝次數 | 220 |
目前版本 | 3.0 |
更新時間 | 2021-01-28 |
上架時間 | 2021-01-09 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Charlie Jones |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |