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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It allows you download comments from Youtube video, and import it to your CommentsAnalytics dashboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CommentsAnalytics Comment Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}