CommentsAnalytics Comment Extractor

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

什麼是CommentsAnalytics Comment Extractor?

CommentsAnalytics Comment Extractor是由https://commentsanalytics.com開發的Chrome擴展程式,該擴展的主要功能是“It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CommentsAnalytics Comment Extractor擴展crx文件

下載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 CommentsAnalytics Comment Extractor
ID enafdhefaclokmhejcifkgiogmengdio
官方網址 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"
    }
}