CommentsAnalytics Comment Extractor
It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.
Qu'est-ce que CommentsAnalytics Comment Extractor ?
CommentsAnalytics Comment Extractor est une extension Chrome développée par https://commentsanalytics.com, et sa fonction principale est "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CommentsAnalytics Comment Extractor
Téléchargez les fichiers d'extension CommentsAnalytics Comment Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. 💡
Informations de Base sur l'Extension
Nom | CommentsAnalytics Comment Extractor |
ID | enafdhefaclokmhejcifkgiogmengdio |
URL Officiel | https://chromewebstore.google.com/detail/commentsanalytics-comment/enafdhefaclokmhejcifkgiogmengdio |
Description | It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard. |
Taille du Fichier | 156 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-06-24 |
Date de Publication | 2023-02-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://commentsanalytics.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://commentsanalytics.com/ |
URL de la Page d'Aide | https://commentsanalytics.com/chrome_extension/ |
Langues Prises en Charge | 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" } } |