Craftar: Chat Downloader

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

Τι είναι το Craftar: Chat Downloader;

Το Craftar: Chat Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον angad, και η κύρια λειτουργία του είναι "Download personal and group chats from Web Whatsapp with 1-click".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Craftar: Chat Downloader

Λήψη αρχείων επέκτασης Craftar: Chat Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Craftar: Chat Downloader Craftar: Chat Downloader
ID djcmnmhkjdjpcebkajnogggfbijclhdd
Επίσημο URL https://chromewebstore.google.com/detail/craftar-chat-downloader/djcmnmhkjdjpcebkajnogggfbijclhdd
Περιγραφή Download personal and group chats from Web Whatsapp with 1-click
Μέγεθος Αρχείου 820 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2022-11-03
Ημερομηνία Δημοσίευσης 2022-08-17
Προγραμματιστής angad
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://craftar.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.craftar.io/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.craftar.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}