messenger downloader: download fb messages

Download your messenger conversations in 1 click

messenger downloader: download fb messages là gì?

messenger downloader: download fb messages là một tiện ích mở rộng Chrome được phát triển bởi colin cazabet, và tính năng chính của nó là "Download your messenger conversations in 1 click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng messenger downloader: download fb messages

Tải xuống các tệp mở rộng messenger downloader: download fb messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên messenger downloader: download fb messages messenger downloader: download fb messages
ID penjomejoaibkdmnfmcdkdmnhbcpojej
URL Chính Thức https://chrome.google.com/webstore/detail/messenger-downloader-down/penjomejoaibkdmnfmcdkdmnhbcpojej
Mô tả Download your messenger conversations in 1 click
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2021-08-09
Đánh Giá 3.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển colin cazabet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.messengerdownloader.com/
URL Trang Chính Sách Bảo Mật https://msgdownloader.htmlsave.net
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}