Backup chat for WhatsApp

Free Backup WhatApp Chat, Downloads a backup of your WhatsApp chats.

Backup chat for WhatsAppคืออะไร?

Backup chat for WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wigintonmelissa61 และคุณลักษณะหลักของมันคือ "Free Backup WhatApp Chat, Downloads a backup of your WhatsApp chats."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backup chat for WhatsApp

ดาวน์โหลดไฟล์ส่วนขยาย Backup chat for WhatsApp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
        ]
    }
}