CommentsAnalytics Comment Extractor
It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.
CommentsAnalytics Comment Extractorคืออะไร?
CommentsAnalytics Comment Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://commentsanalytics.com และคุณลักษณะหลักของมันคือ "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommentsAnalytics Comment Extractor
ดาวน์โหลดไฟล์ส่วนขยาย CommentsAnalytics Comment Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Here are the steps to export YouTube comments using the CommentsAnalytics Chrome extension: 1. Install the CommentsAnalytics extension: Go to the Chrome Web Store and search 🔍 the CommentsAnalytics extension. 2. Open the YouTube video: Navigate to the YouTube video that you want to export comments from. 3. Scroll down until load all comments you want to export. 4. In the Right click window, click on the "Export Comments" button 🎯 🚀. This will download a JSON file containing all of the comments loaded for the YouTube video. 5. Open the JSON file: Once the download is complete, open the JSON file to view the exported comments 💬. You can import it as a new Bulk Request in your "CommentsAnalytics" dashboard. 💡
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CommentsAnalytics Comment Extractor |
ID | enafdhefaclokmhejcifkgiogmengdio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commentsanalytics-comment/enafdhefaclokmhejcifkgiogmengdio |
คำอธิบาย | It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard. |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-06-24 |
วันที่เผยแพร่ | 2023-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://commentsanalytics.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://commentsanalytics.com/ |
URL หน้าช่วยเหลือ | https://commentsanalytics.com/chrome_extension/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "CommentsAnalytics Comment Extractor", "description": "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.", "permissions": [ "contextMenus", "scripting" ], "host_permissions": [ "*:\/\/www.youtube.com\/watch?*" ], "background": { "service_worker": "background.js" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |