Backup WhatsApp Chats
Downloads a backup of your WhatsApp chats
Backup WhatsApp Chats क्या है?
Backup WhatsApp Chats WATI.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads a backup of your WhatsApp chats"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backup WhatsApp Chats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Disclaimer- **With this extension, only the latest message of each contact will be backed up.** If you're looking for a tool to download/backup/export WA Chats, your search ends here.. With this tool, you can easily download your Chat History in json format. You can choose the date-range for which you want to download the chats. *How it works?* 1. Open WhatsApp Web 2. Select Date range in the add-on 3. Click on "Download" button All files are downloaded into zip folders that contain the media files and also text messages from WA Web. *PRIVACY-FRIENDLY* No data from your WhatsApp is stored on any of our servers. All the data remains on your computer only. *DISCLAIMER:* 1. This tool is not affiliated to WhatsApp 2. This is an unofficial tool to help you export/backup/download WA Chat History 3. Backup is done in json format 4. Group messages are not backed up 5. Latest updates from WhatsApp Web may lead to the tool not being able to backup chats accurately. We're not responsible for any possible loss of chats due to the same. If you face any such issues, please report to [email protected] so we can fix them.
एक्सटेंशन की मूल जानकारी
नाम | Backup WhatsApp Chats |
ID | ibpjljmgmpnfbjbjdajbldfekkcnencp |
आधिकारिक URL | https://chromewebstore.google.com/detail/backup-whatsapp-chats/ibpjljmgmpnfbjbjdajbldfekkcnencp |
विवरण | Downloads a backup of your WhatsApp chats |
फ़ाइल का आकार | 190 KB |
स्थापना संख्या | 9,000 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2023-05-31 |
प्रकाशन तिथि | 2020-11-20 |
रेटिंग | 2.93/5 कुल 30 रेटिंग्स |
डेवलपर | WATI.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wati.io |
सहायता पृष्ठ URL | https://wati.io |
गोपनीयता नीति पृष्ठ URL | https://www.wati.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Backup WhatsApp Chats", "description": "Downloads a backup of your WhatsApp chats", "version": "1.1.4", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/progressbar.css" ], "js": [ "js\/cs.js", "js\/FileSaver.js", "js\/injectedWA.js", "js\/jszip.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.whatsapp.net\/*" ] }, "icons": { "128": "imgs\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "web_accessible_resources": [ { "resources": [ "js\/progressBar.js", "js\/injectedWA.js", "js\/moment-with-locales.js", "js\/FileSaver.js", "css\/progressbar.css", "imgs\/*" ], "matches": [ " |