Backup chat for WhatsApp
Free Backup WhatApp Chat, Downloads a backup of your WhatsApp chats.
Backup chat for WhatsApp क्या है?
Backup chat for WhatsApp wigintonmelissa61 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Backup WhatApp Chat, Downloads a backup of your WhatsApp chats."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backup chat for WhatsApp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Downloads your WhatsApp chats to your computer from https://web.whatsapp.com/ The extension also tries grabbing a chat media if they still exist in the phone. You can choose a time period with the help of the Dates fields. If you click the Download button and nothing happens, reload the page and try again.
एक्सटेंशन की मूल जानकारी
नाम | Backup chat for WhatsApp |
ID | hmhncmmknaljbbfbcgllinkaomhboogc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/whatsapp-backup-chat/hmhncmmknaljbbfbcgllinkaomhboogc |
विवरण | Free Backup WhatApp Chat, Downloads a backup of your WhatsApp chats. |
फ़ाइल का आकार | 1.43 MB |
स्थापना संख्या | 1,357 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2023-01-03 |
प्रकाशन तिथि | 2022-08-02 |
रेटिंग | 4.77/5 कुल 13 रेटिंग्स |
डेवलपर | wigintonmelissa61 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1uePqcgIssQNgnl_8Kvcbib1LkVHRjOHSugLCcLMhToo/edit?usp=sharing |
समर्थित भाषाएँ | de,en,en-GB,en-US,fr,es,lv,lt,pt-PT,ru,hi,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.6", "description": "__MSG_description__", "permissions": [ "storage" ], "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "icons": { "128": "imgs\/icon3.png" }, "content_scripts": [ { "css": [ "css\/spinkit.css" ], "js": [ "js\/zip.js", "js\/z-worker.js", "js\/deflate.js", "js\/patch-worker.js", "js\/cs.js", "js\/FileSaver.js", "js\/injectedWA.js", "js\/redirect-link.js", "js\/chunk-vendors.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "imgs\/icon3.png" } }, "web_accessible_resources": [ { "resources": [ "js\/cs.js", "js\/lodash.js", "js\/z-worker.js", "js\/deflate.js", "js\/patch-worker.js", "js\/injectedWA.js", "js\/moment-with-locales.js", "js\/FileSaver.js", "css\/spinkit.css", "css\/wa_layout.css", "imgs\/*", "img\/*", "fonts\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.whatsapp.net\/*" ] } } |