Messages Saver for Facebook™

Downloads Facebook chats for reading offline and printing. Facebook chat downloader.

什么是Messages Saver for Facebook™?

Messages Saver for Facebook™是由fattynoparents开发的Chrome扩展程序,该扩展的主要功能是“Downloads Facebook chats for reading offline and printing. Facebook chat downloader.”。

扩展截图

screenshot

下载Messages Saver for Facebook™扩展crx文件

下载Messages Saver for Facebook™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        BEFORE BUYING PLEASE MIND THAT DUE TO LATEST CHANGES IN FACEBOOK API THE EXTENSION MIGHT NOT WORK RELIABLY FOR SOME ACCOUNTS.
YOU CAN CONTACT US AND ASK FOR A TEST LICENSE KEY.

==========================================================
Download Facebook chats to your computer in VARIOUS FORMATS
==========================================================

----------
WHAT'S NEW
----------
Version 14.4.0:
- Fixed the broken extension caused by changes in Facebook API
Version 14.3.0:
- Fixed the error in creating zip archive
Version 14.2.4:
- Change in the error message, to make it more understandable for the users
Version 14.2.3:
- Removed webrequest permission
Version 14.2.2:
- Fixed a bug with the new domain
Version 14.2.1:
- Changed the extension to work on the regular Facebook page facebook.com/messages
Version 14.2.0:
- Moved to manifest 3
Version 14.1.0:
- Downgraded to manifest 2 due to many users reporting the extension unresponsive
Version 14.0.0:
- Moved to manifest 3
Version 13.0.4:
- Fixed an error preventing normal download 
Version 13.0.2:
- Added download possibility from mobile.facebook.com 
Version 13.0.1: 
- Removed webRequest permission from the manifest
Version 13.0.0:
- Changed the payment system to Gumroad (please read more about buying from Gumroad here https://customers.gumroad.com/article/191-a-guide-to-buying-on-gumroad)
- Changed the way of getting messages, now one needs to use the mobile Facebook page
Version 12.0.0:
- Changed the way of getting messages from Facebook because the old API stopped working
Version 11.2.3:
- Fixed downloading from business pages in new Facebook look (functions get_doc_title in saveChat.js and set_my_id_and_token_fan_page in dateOptions.js)
Version 11.2.2:
- Fixed downloading older chats from business pages
- Added the Time intervals option
Version 11.1.8:
- Fixed downloading from business pages + downloading Filtered chats
Version 11.1.7:
- Fixed fetching high resolution images
Version 11.0.5:
- Fixed loading older chats.
Version 11.0.1:
- Improved data loading, fixed extension hanging.
Version 10.1.1:
- Added the display of reactions.
Version 10.0.2: 
- Updated the set of emoji.
- Added image names to CSV format.

-----------
HOW TO USE:
-----------

1) Go to the Facebook messages page (facebook.com/messages)

2) Choose the chat you want to save.

3) Right-click on the extension's icon and choose 'Options'. In the opened tab choose how you want your chat to be saved (as plain text, formatted HTML, CSV or a zip-file). 

- If you choose 'HTML'  images, stickers and other files in the chat will be embedded in the HTML file. They will still be kept in Facebook servers and might stop being displayed after some time due to their tokens expiration. 

- If you choose the 'zip file' option, the chosen items (images, stickers, videos, etc.) will be saved locally to your computer and will be displayed in your chat as long as they are kept in the same folder as the HTML file. You can choose the type of files you want to save locally.

The Time Intervals option is for setting random time intervals between requests that the extension is sending to Facebook servers to fetch messages. The fastest option is No interval. However, with big chats Facebook might cut the extension requests if they are too many, because it considers them suspicious. In this case, try choosing another time interval from the options.

4) Return to the messages page and click the extension icon. You can choose the start and end dates of the download, to save a chat in parts.

5) When the chat is ready, it will either be saved automatically to the default folder for downloads, or you will be prompted to choose a folder on your computer to save the file to (this depends on the settings of your browser).


---
FAQ: https://chatsavers.org/faq.html
---


-------
SUPPORT: 
--------
[email protected]
https://facebook.com/chatsaver                    

扩展基本信息

名称 Messages Saver for Facebook™ Messages Saver for Facebook™
ID oaimmbbnnhmibhbocchkfcakiankbnlk
官方URL https://chromewebstore.google.com/detail/messages-saver-for-facebo/oaimmbbnnhmibhbocchkfcakiankbnlk
简介 Downloads Facebook chats for reading offline and printing. Facebook chat downloader.
文件大小 1.06 MB
安装次数 23,349
当前版本 14.4.0
更新时间 2024-01-22
上架时间 2020-05-24
评分 2.93/5 共229次评分
开发者 fattynoparents
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://chatsaver.org/
帮助页面URL https://chatsaver.org/faq.html
隐私政策页面URL https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "logos\/128.png"
        },
        "default_popup": "popup.html"
    },
    "author": "",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/dateOptions.js",
                "js\/jszip.min.js"
            ]
        }
    ],
    "description": "Downloads Facebook chats for reading offline and printing. Facebook chat downloader.",
    "host_permissions": [
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.fbsbx.com\/",
        "https:\/\/*.fbcdn.net\/"
    ],
    "icons": {
        "48": "logos\/48.png",
        "128": "logos\/128.png"
    },
    "manifest_version": 3,
    "name": "Messages Saver for Facebook\u2122",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "scripting"
    ],
    "version": "14.4.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/custom.css",
                "css\/emoji.css",
                "css\/messenger.css",
                "js\/jszip.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}