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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [] } ] } |