Messages Saver for Facebook™

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

O que é Messages Saver for Facebook™?

Messages Saver for Facebook™ é uma extensão do Chrome desenvolvida por fattynoparents, e sua principal característica é "Downloads Facebook chats for reading offline and printing. Facebook chat downloader.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Messages Saver for Facebook™

Baixe arquivos de extensão Messages Saver for Facebook™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Messages Saver for Facebook™ Messages Saver for Facebook™
ID oaimmbbnnhmibhbocchkfcakiankbnlk
URL Oficial https://chromewebstore.google.com/detail/messages-saver-for-facebo/oaimmbbnnhmibhbocchkfcakiankbnlk
Descrição Downloads Facebook chats for reading offline and printing. Facebook chat downloader.
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 23,349
Versão Atual 14.4.0
Última Atualização 2024-01-22
Data de Publicação 2020-05-24
Classificação 2.93/5 Total de 229 Avaliações
Desenvolvedor fattynoparents
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://chatsaver.org/
URL da Página de Ajuda https://chatsaver.org/faq.html
URL da Página de Política de Privacidade https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}