CommentsAnalytics Comment Extractor

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

O que é CommentsAnalytics Comment Extractor?

CommentsAnalytics Comment Extractor é uma extensão do Chrome desenvolvida por https://commentsanalytics.com, e sua principal característica é "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CommentsAnalytics Comment Extractor

Baixe arquivos de extensão CommentsAnalytics Comment Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CommentsAnalytics Comment Extractor CommentsAnalytics Comment Extractor
ID enafdhefaclokmhejcifkgiogmengdio
URL Oficial https://chromewebstore.google.com/detail/commentsanalytics-comment/enafdhefaclokmhejcifkgiogmengdio
Descrição It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.
Tamanho do Arquivo 156 KB
Contagem de Instalações 34
Versão Atual 1.2
Última Atualização 2023-06-24
Data de Publicação 2023-02-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://commentsanalytics.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://commentsanalytics.com/
URL da Página de Ajuda https://commentsanalytics.com/chrome_extension/
Idiomas Suportados 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"
    }
}