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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}