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
公式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
Eメール [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"
    }
}