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
Eメール [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": [
                ""
            ]
        }
    ]
}