Messenger Message Cleaner

Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021

What is Messenger Message Cleaner?

Messenger Message Cleaner is a Chrome extension developed by http://fbmessagecleaner.com, and its main feature is "Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Messenger Message Cleaner Extension CRX File

Download Messenger Message Cleaner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Delete all FB messages at once - Reviewed in April 2021
Delete all your messages on Facebook at once!


With full access you can either:
- Have a free trial to delete 5 messages
- Delete 10 messages in 1 click
- Bulk delete of 100 messages  
- Bulk deletion of 1000 messages/conversation

This is working in inbox, invitations and even filered screen!
This is the fastest way to delete all your messages and conversations! 

Extension compliant with 2021 standards.

**** Free trial to test bulk deletion on the 5 most recent messages ****



This extension has no relation with Facebook company.

Messages can not be restored after deletion. (use our archive extension if you prefer to move messages from inbox to archive folder)
Use at your own risks.                    

Extension Basic Information

Name Messenger Message Cleaner Messenger Message Cleaner
ID digmeonjbjphflpodcklagoaoeicimfl
Official URL https://chrome.google.com/webstore/detail/messenger-message-cleaner/digmeonjbjphflpodcklagoaoeicimfl
Description Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021
File Size 520 KB
Installation Count 10,000
Current Version 1.6.3
Last Updated 2021-04-22
Publish Date 2020-06-04
Rating 3.45/5 Total 185 Ratings
Developer http://fbmessagecleaner.com
Email [email protected]
Payment Type free
Help Page URL https://t.me/myglobalsupport
Privacy Policy Page URL https://www.fbmessagecleaner.com/privacypolicy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger Message Cleaner",
    "short_name": "Messenger Message cleaner",
    "description": "Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021",
    "version": "1.6.3",
    "icons": {
        "16": "icons\/fb_message_cleaner16.png",
        "48": "icons\/fb_message_cleaner48.png",
        "128": "icons\/fb_message_cleaner128.png"
    },
    "browser_action": {
        "default_icon": "icons\/fb_message_cleaner16.png",
        "default_title": "Message Cleaner",
        "default_popup": "screens\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/constants.min.js",
            "js\/background.js",
            "js\/utils.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/constants.min.js",
                "js\/utils.min.js",
                "js\/content.min.js",
                "js\/analytics.min.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/inject_end.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.fbmessagecleaner.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/facebook.com\/*",
        "http:\/\/www.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "screens\/fb_cleaner.html",
        "screens\/index.html",
        "img\/analyze.png",
        "img\/brush.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}