IG Comment Export Tool
Export IG Post Comments to CSV/Excel!
Τι είναι το IG Comment Export Tool;
Το IG Comment Export Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον campbel3837, και η κύρια λειτουργία του είναι "Export IG Post Comments to CSV/Excel!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IG Comment Export Tool
Λήψη αρχείων επέκτασης IG Comment Export Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A chrome extension made for people who want to export comments from IG post into Excel/CSV. You can scrape comments within one click. ▬▬▬▬▬▬▬ Description Step by Step ▬▬▬▬▬▬▬ 1. Click IG Comment Export Tool icon, which is on browser toolbar, then open a popup page. 2. Click "Export Instagram Data" button, an IGTools option page will be opened. 3. Input a valid IG post URL. 4. Click "Start parsing" button, and our Tools will run automatically. After this processing is finished, you can download IG comments to CSV or Excel. ▬▬▬▬▬▬▬ Features ▬▬▬▬▬▬▬ ● Export IG comments with one click by extension ● CSV and Excel formats support ● Handles IG rate limit errors ● Processing in one click via IGTools net ▬▬▬▬▬▬▬ Supported columns ▬▬▬▬▬▬▬ - comment id - comment text - username - profile url - profile pic url - date ▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬ 1. Open this extension's popup by clicking the extension icon in the right section of the toolbar. 3. Click the "Export Instagram data" button 4. The IGTools will be opened automatically 5. Input IG post URL 6. Click the "Start parsing" button and follow the instructions within the extension ▬▬▬▬▬▬▬▬ Security ▬▬▬▬▬▬ ● The extension neither ask for your IG password, nor any of your data including IG user information, story, visit history, posts, and social relationships. ● IG enforces IG rate limit, i.e. limit on the number of requests. The rate limit is not public information and varies depending on your IP address. ▬▬▬▬▬▬▬▬ How it works ▬▬▬▬▬▬ ● If you export a huge list of comments, you can experience a rate limit error. ● The extension goes into “Cooldown” mode. The timer shows the time remaining. ● If the limit error persist, the cooldown period increases 2x. ● Once the cooldown period ends and the subsequent request is successful, the IGTools switches to the Normal mode.
Βασικές Πληροφορίες Επέκτασης
Όνομα | IG Comment Export Tool |
ID | hpfnaodfcakdfbnompnfglhjmkoinbfm |
Επίσημο URL | https://chromewebstore.google.com/detail/ig-comment-export-tool/hpfnaodfcakdfbnompnfglhjmkoinbfm |
Περιγραφή | Export IG Post Comments to CSV/Excel! |
Μέγεθος Αρχείου | 1.17 MB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.2.6 |
Τελευταία Ενημέρωση | 2023-10-23 |
Ημερομηνία Δημοσίευσης | 2023-09-29 |
Αξιολόγηση | 5.00/5 Συνολικά 23 Αξιολογήσεις |
Προγραμματιστής | campbel3837 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://linkedradar.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://linkedradar.com/linkedin-email-finder-private-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,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/logo_128.png" } }, "default_locale": "en", "description": "__MSG_extDes__", "icons": { "128": "icons\/logo_128.png" }, "options_page": ".\/options.html", "manifest_version": 3, "name": "__MSG_extName__", "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedradar.com\/*" ], "permissions": [ "cookies", "storage", "unlimitedStorage" ], "version": "1.2.6" } |