Comment Exporter

A chrome extension made for people who want to export comments from Instagram into csv for giveaway.

Τι είναι το Comment Exporter;

Το Comment Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getwebooster.com, και η κύρια λειτουργία του είναι "A chrome extension made for people who want to export comments from Instagram into csv for giveaway.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Comment Exporter

Λήψη αρχείων επέκτασης Comment Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Best tool made for people who want to export IG comments into CSV.

A brilliant comment export tool that allows you to quickly export Instagram comments to CSV with just one click. Unlock the power of Instagram comment exporting for your giveaways today!

How it works?
1. Enter a Instagram post URL
2. Click the export button

What columns you can export?
#comment id
#comment text
#username
#username id
#profile url
#profile pic url
#date

Data Privacy:
All data processing is performed locally on your computer; it never goes through our web server, ensuring complete privacy and security.

Important note:
Comment Exporter for IG operates on a freemium model, allowing you to export up to 100 comments per post for free. If you need more, consider upgrading.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Comment Exporter Comment Exporter
ID cckachhlpdnncmhlhaepfcmmhadmpbgp
Επίσημο URL https://chromewebstore.google.com/detail/comment-exporter/cckachhlpdnncmhlhaepfcmmhadmpbgp
Περιγραφή A chrome extension made for people who want to export comments from Instagram into csv for giveaway.
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 14,544
Τρέχουσα Έκδοση 1.0.17
Τελευταία Ενημέρωση 2024-01-24
Ημερομηνία Δημοσίευσης 2021-04-03
Αξιολόγηση 3.47/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής https://getwebooster.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://commentexporter.getwebooster.com
URL της Σελίδας Πολιτικής Απορρήτου https://getwebooster.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.0.17",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.getwebooster.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsZgLKxtdFnF8nbQTPgoeUpKnvFuKEOv3HBYPxDVA\/rBj5kCtwOb8EbkNJ4KrJpmFQd+5f7ZAmf0Ez2l9SpKbFNQTFEbXarzmz7iGDGieXtcD1hj2PPfwd2cs9ANP+RBfTPCoH2zZD8wiij7Mscs4\/R9OJpChf0zvjxsGqcYwa9Ct1dTteDsl85f7T3g+VdC3FyG1vo8OP6ErkDFOmbjIplR3t43rbDhxeaxXQ8z+Zl6OT6H5u6gqpvsBKw41aUc51UbeTI32rarrd8\/pycM\/7MmfCs\/Qz00ay\/LF8LAWjx8Q1E5B9kHaDyiw5uIUkmvDZMQ8dKtm8Od8c70IUtJF1wIDAQAB",
    "oauth2": {
        "client_id": "470663561762-2ck2qjhvjahivpnb9an67ibq5369a10m.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}