messenger downloader: download fb messages
Download your messenger conversations in 1 click
Cos'è messenger downloader: download fb messages?
messenger downloader: download fb messages è un'estensione di Chrome sviluppata da colin cazabet, e la sua funzione principale è "Download your messenger conversations in 1 click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione messenger downloader: download fb messages
Scarica i file di estensione messenger downloader: download fb 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
A free chrome extension to download your facebook messages. 1. Go to messenger and select the conversation 2. Enter the number of messages you want to download. 3. Start downloading the facebook messages 4. Click on "Download file", and enjoy. Why give it a try ? - Free forever - 100% open-source - Privacy: We do not use any of your data - No sign up needed LAST UPDATES: 1.0.5: - Remove "you sent" text between each message 1.0.4: - Remove black lines on HTML file
Informazioni di Base sull'Estensione
Nome | |
ID | penjomejoaibkdmnfmcdkdmnhbcpojej |
URL Ufficiale | https://chrome.google.com/webstore/detail/messenger-downloader-down/penjomejoaibkdmnfmcdkdmnhbcpojej |
Descrizione | Download your messenger conversations in 1 click |
Dimensione del File | 286 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2021-10-04 |
Data di Pubblicazione | 2021-08-09 |
Valutazione | 3.54/5 Totale 13 Valutazioni |
Sviluppatore | colin cazabet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.messengerdownloader.com/ |
URL della Pagina della Politica sulla Privacy | https://msgdownloader.htmlsave.net |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Download your messenger conversations in 1 click", "version": "1.0.5", "manifest_version": 3, "name": "messenger downloader: download fb messages", "options_page": "options.html", "author": "Colin Cazabet", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |