DMSaver - Export Chat Messages
IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Cos'è DMSaver - Export Chat Messages?
DMSaver - Export Chat Messages è un'estensione di Chrome sviluppata da 11 TYS, e la sua funzione principale è "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DMSaver - Export Chat Messages
Scarica i file di estensione DMSaver - Export Chat Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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].
Informazioni di Base sull'Estensione
Nome | DMSaver - Export Chat Messages |
ID | jhfipkkpcgphdbjebljindagdajcgelp |
URL Ufficiale | https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp |
Descrizione | IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file. |
Dimensione del File | 681 KB |
Conteggio Installazioni | 148 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-08 |
Data di Pubblicazione | 2023-03-26 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | 11 TYS |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://igchatsexporter.extensionsfox.com/ |
URL della Pagina della Politica sulla Privacy | https://igcommentbot.extensionsfox.com/privacy |
Lingue Supportate | 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": [ " |