messenger downloader: download fb messages

Download your messenger conversations in 1 click

messenger downloader: download fb messagesคืออะไร?

messenger downloader: download fb messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colin cazabet และคุณลักษณะหลักของมันคือ "Download your messenger conversations in 1 click"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย messenger downloader: download fb messages

ดาวน์โหลดไฟล์ส่วนขยาย messenger downloader: download fb messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A free chrome extension to download your facebook messages.

1. Go to messenger and select the conversation
2. Enter the number of messages you want to download.
3. Start downloading the facebook messages
4. Click on "Download file", and enjoy.

Why give it a try ?
- Free forever
- 100% open-source
- Privacy: We do not use any of your data
- No sign up needed



LAST UPDATES:

1.0.5:
- Remove "you sent" text between each message
1.0.4:
- Remove black lines on HTML file                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ messenger downloader: download fb messages messenger downloader: download fb messages
ID penjomejoaibkdmnfmcdkdmnhbcpojej
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/messenger-downloader-down/penjomejoaibkdmnfmcdkdmnhbcpojej
คำอธิบาย Download your messenger conversations in 1 click
ขนาดไฟล์ 286 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-10-04
วันที่เผยแพร่ 2021-08-09
คะแนน 3.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา colin cazabet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.messengerdownloader.com/
URL หน้านโยบายความเป็นส่วนตัว https://msgdownloader.htmlsave.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Download your messenger conversations in 1 click",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "messenger downloader: download fb messages",
    "options_page": "options.html",
    "author": "Colin Cazabet",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}