DMSaver - Export Chat Messages
IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Qu'est-ce que DMSaver - Export Chat Messages ?
DMSaver - Export Chat Messages est une extension Chrome développée par 11 TYS, et sa fonction principale est "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DMSaver - Export Chat Messages
Téléchargez les fichiers d'extension DMSaver - Export Chat Messages 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 your Instagram chat messages. ✓ Save and download Instagram direct messages in CSV/EXCEL/JSON format. # DATA PRIVACY Your data is processed locally and never passes through our web server, ensuring the privacy of your exported information. # SUPPORT FAQ https://igchatsexporter.extensionsfox.com/ If you have any questions, please keep in touch via [email protected].
Informations de Base sur l'Extension
Nom | DMSaver - Export Chat Messages |
ID | jhfipkkpcgphdbjebljindagdajcgelp |
URL Officiel | https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp |
Description | IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file. |
Taille du Fichier | 681 KB |
Nombre d'Installations | 148 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-08-08 |
Date de Publication | 2023-03-26 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | 11 TYS |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://igchatsexporter.extensionsfox.com/ |
URL de la Page de Politique de Confidentialité | https://igcommentbot.extensionsfox.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.1", "homepage_url": "https:\/\/igchatsexporter.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |