YouTube Comments Analyzer
Find the sentiment of a YouTube video based on it's comments
YouTube Comments Analyzerคืออะไร?
YouTube Comments Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charlie Jones และคุณลักษณะหลักของมันคือ "Find the sentiment of a YouTube video based on it's comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Comments Analyzer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |