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 |
电子邮箱 | [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": [] } ] } |