Craftar: Chat Downloader

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

什麼是Craftar: Chat Downloader?

Craftar: Chat Downloader是由angad開發的Chrome擴展程式,該擴展的主要功能是“Download personal and group chats from Web Whatsapp with 1-click”。

擴展截圖

screenshot

下載Craftar: Chat Downloader擴展crx文件

下載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
官方網址 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\/*"
    ]
}