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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}