Traitu Whatsapp Chat Downloader

Download your whatsapp chats as .txt files to use them in Traitu's Whatsapp Analyzer Tool (https://traitu.com/whatsapp.html)

Traitu Whatsapp Chat Downloader란 무엇입니까?

Traitu Whatsapp Chat Downloader은(는) TRAITU (Francesco Sinclair)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your whatsapp chats as .txt files to use them in Traitu's Whatsapp Analyzer Tool (https://traitu.com/whatsapp.html)"입니다.

확장 프로그램 스크린샷

screenshot

Traitu Whatsapp Chat Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Download your Whatsapp chats with just a few clicks.

The resulting files are text files (.txt format) and do not include media (pictures, videos, stickers, etc).

This extension lets you chose the history length of the chat you want to download (e.g. download only messages from the last 60 days) and gives you several options to decide what chats to download:

    - Download all chats.
    - Download only X number of chats (e.g. only the 20 most recent chats).
    - Download only chats that have been active during the last X days.
    - Skip or include group chats.
    - Download only the chats you select.

This extension was developed by Francesco Sinclair (Hi there! Nice to meet you) as a complement to TRAITU’s WhatsappTool, but feel free to use it for whatever you want.

WhatsappTool (https://traitu.com/whatsapp.html) is a free tool that helps you become a better listener. To use this extension for WhatsappTool, keep the default option values. If you want it to go faster, you can set “Conversation length” to “7 days”, but then you won’t get the little charts, only the last-week metrics.

Hope you enjoy it.                    

확장 프로그램 기본 정보

이름 Traitu Whatsapp Chat Downloader Traitu Whatsapp Chat Downloader
ID aomhfkfbjbehmnkgkddfndjliojddipf
공식 URL https://chrome.google.com/webstore/detail/traitu-whatsapp-chat-down/aomhfkfbjbehmnkgkddfndjliojddipf
설명 Download your whatsapp chats as .txt files to use them in Traitu's Whatsapp Analyzer Tool (https://traitu.com/whatsapp.html)
파일 크기 29.02 KB
설치 횟수 426
현재 버전 0.2
최근 업데이트 2020-09-03
출시 날짜 2020-08-17
개발자 TRAITU (Francesco Sinclair)
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://traitu.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traitu Whatsapp Chat Downloader",
    "version": "0.2",
    "description": "Download your whatsapp chats as .txt files to use them in Traitu's Whatsapp Analyzer Tool (https:\/\/traitu.com\/whatsapp.html)",
    "icons": {
        "16": "traitu-whatsapp-icon-16.png",
        "48": "traitu-whatsapp-icon-48.png",
        "128": "traitu-whatsapp-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "http:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "whatsapp.jpg"
    ]
}