Comment Exporter for IG
This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format.
Qu'est-ce que Comment Exporter for IG ?
Comment Exporter for IG est une extension Chrome développée par http://nicext.com, et sa fonction principale est "This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comment Exporter for IG
Téléchargez les fichiers d'extension Comment Exporter for IG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
▬▬▬▬▬▬▬ Features▬▬▬▬▬▬▬ Export comments from Instagram posts in Excel/CSV format. ▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬ 1. Sign in instagram and open the extension. 2. Paste the link of the post to the text field then click 'GO'. 3. Click to save csv when data download completes. ▬▬▬▬▬▬ Safe ▬▬▬▬▬▬ - This extension do not require your IG password, so your IG account & data are secure. ▬▬▬▬▬▬ Is it free? ▬▬▬▬▬▬ - You can export 50 comments for FREE, purchase PRO to remove the limit. ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
Informations de Base sur l'Extension
Nom | |
ID | onkdagfghpljicjmmjcpihndhdkfloce |
URL Officiel | https://chrome.google.com/webstore/detail/comment-exporter-for-ig/onkdagfghpljicjmmjcpihndhdkfloce |
Description | This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format. |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 554 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-07-02 |
Date de Publication | 2021-06-21 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | http://nicext.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://nicext.com/comment-exporter-for-ig/ |
URL de la Page de Politique de Confidentialité | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Exporter for IG", "description": "This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format.", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Comment Exporter for IG", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background\/background.js" ] }, "permissions": [ "storage", "https:\/\/www.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/nicext.com\/", "downloads" ] } |