Back up WhatsApp chat
Download your WhatsApp backup from WhatsApp Web.
Cos'è Back up WhatsApp chat?
Back up WhatsApp chat è un'estensione di Chrome sviluppata da SleekFlow, e la sua funzione principale è "Download your WhatsApp backup from WhatsApp Web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Back up WhatsApp chat
Scarica i file di estensione Back up WhatsApp chat 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
With our tool, you can back up and download your WhatsApp chat history from WhatsApp Web in JSON format. Text messages within the selected date range will be downloaded as a zip file. HOW IT WORKS 1. Click the Open WhatsApp Web button and go to WhatsApp Web 2. Select the date range 3. Click the Download WhatsApp Chats button We respect your privacy. We do not collect any personal data from you.
Informazioni di Base sull'Estensione
Nome | Back up WhatsApp chat |
ID | ebhnefamgekghkhajjbbnbpbdoipdlkl |
URL Ufficiale | https://chromewebstore.google.com/detail/back-up-whatsapp-chat/ebhnefamgekghkhajjbbnbpbdoipdlkl |
Descrizione | Download your WhatsApp backup from WhatsApp Web. |
Dimensione del File | 212 KB |
Conteggio Installazioni | 2,096 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-04-07 |
Data di Pubblicazione | 2022-03-29 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | SleekFlow |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Back up WhatsApp chat", "description": "Download your WhatsApp backup from WhatsApp Web.", "version": "1.0.7", "action": { "default_popup": "popup.html", "default_title": "Back up WhatsApp chat" }, "permissions": [], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "web_accessible_resources": [ { "resources": [ "js\/getData.js", "js\/progressBar.js", "js\/logData.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "content_scripts": [ { "css": [ "css\/progressBar.css" ], "js": [ "js\/index.js", "js\/libs\/FileSaver.min.js", "js\/libs\/jszip.min.js", "js\/libs\/dayjs.min.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "icons": { "128": "assets\/logo.png" } } |