Back up WhatsApp chat
Download your WhatsApp backup from WhatsApp Web.
Qu'est-ce que Back up WhatsApp chat ?
Back up WhatsApp chat est une extension Chrome développée par SleekFlow, et sa fonction principale est "Download your WhatsApp backup from WhatsApp Web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Back up WhatsApp chat
Téléchargez les fichiers d'extension Back up WhatsApp chat 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
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.
Informations de Base sur l'Extension
Nom | Back up WhatsApp chat |
ID | ebhnefamgekghkhajjbbnbpbdoipdlkl |
URL Officiel | https://chromewebstore.google.com/detail/back-up-whatsapp-chat/ebhnefamgekghkhajjbbnbpbdoipdlkl |
Description | Download your WhatsApp backup from WhatsApp Web. |
Taille du Fichier | 212 KB |
Nombre d'Installations | 2,096 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2023-04-07 |
Date de Publication | 2022-03-29 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | SleekFlow |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |