CommentsAnalytics Comment Extractor

It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.

Wat is CommentsAnalytics Comment Extractor?

CommentsAnalytics Comment Extractor is een Chrome-extensie ontwikkeld door https://commentsanalytics.com, en de belangrijkste functie is "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CommentsAnalytics Comment Extractor

Download CommentsAnalytics Comment Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.  💡                    

Basisinformatie over de Extensie

Naam CommentsAnalytics Comment Extractor CommentsAnalytics Comment Extractor
ID enafdhefaclokmhejcifkgiogmengdio
Officiële URL https://chromewebstore.google.com/detail/commentsanalytics-comment/enafdhefaclokmhejcifkgiogmengdio
Beschrijving It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.
Bestandsgrootte 156 KB
Aantal Installaties 34
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-24
Publicatiedatum 2023-02-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://commentsanalytics.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://commentsanalytics.com/
Help Pagina-URL https://commentsanalytics.com/chrome_extension/
Ondersteunde Talen 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"
    }
}