messenger downloader: download fb messages

Download your messenger conversations in 1 click

什麼是messenger downloader: download fb messages?

messenger downloader: download fb messages是由colin cazabet開發的Chrome擴展程式,該擴展的主要功能是“Download your messenger conversations in 1 click”。

擴展截圖

screenshot
screenshot

下載messenger downloader: download fb messages擴展crx文件

下載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
官方網址 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": []
        }
    ]
}