Craftar: Chat Downloader

Download personal and group chats from Web Whatsapp with 1-click

Qu'est-ce que Craftar: Chat Downloader ?

Craftar: Chat Downloader est une extension Chrome développée par angad, et sa fonction principale est "Download personal and group chats from Web Whatsapp with 1-click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Craftar: Chat Downloader

Téléchargez les fichiers d'extension Craftar: Chat Downloader 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

                        The problem:

1. Whatsapp doesn't have an api yet to download personal or group chats you are a part of.
2. It can be painful to take backups of your chats manually, or take your chats in a database for search and analytics purposes.

Solution:

Craftar's Whatsapp Downloader let's you:
1. Download the chats with 1-click
2. Go to Web Whatsapp and click on the chat you want to download.
3. Click on the extension and click on Get Whatsapp Data.
4. Extension scrolls up and downloads the chats as a JSON file.
5. You can also control how much to auto scroll to get older chats.

The JSON download file currently contains:
- User Name
- User Phone
- User Text
- Quoted Text
- Quoted Text Person Name
- Quoted Text Person Phone
- Attachment Text
- Time

We will continue to add more data and enrich the output in future version.

Note:
- We DO NOT transfer, store or capture any data.
- We are compatible for use with Whatsapp and not associated with Whatsapp in any way.                    

Informations de Base sur l'Extension

Nom Craftar: Chat Downloader Craftar: Chat Downloader
ID djcmnmhkjdjpcebkajnogggfbijclhdd
URL Officiel https://chromewebstore.google.com/detail/craftar-chat-downloader/djcmnmhkjdjpcebkajnogggfbijclhdd
Description Download personal and group chats from Web Whatsapp with 1-click
Taille du Fichier 820 KB
Nombre d'Installations 67
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-11-03
Date de Publication 2022-08-17
Développeur angad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://craftar.io
URL de la Page d'Aide https://www.craftar.io/contact-us
URL de la Page de Politique de Confidentialité https://www.craftar.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Craftar: Chat Downloader",
    "description": "Download personal and group chats from Web Whatsapp with 1-click",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": [],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ]
}