Fast Delete All Messages from Messenger

This extension will remove your messenger messages in seconds!

What is Fast Delete All Messages from Messenger?

Fast Delete All Messages from Messenger is a Chrome extension developed by Extensionly, and its main feature is "This extension will remove your messenger messages in seconds!".

Extension Screenshots

Download Fast Delete All Messages from Messenger Extension CRX File

Download Fast Delete All Messages from Messenger 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

                        Deleting numerous messages on Messenger is not as easy as deleting emails since Messenger actually intends to keep conversation history. In order to delete messages you have in your account you need to open messages from your sender one by one and then you will proceed to “options” and start choosing messages that you wanted to delete.

If you’ve got plenty of messages, this process can surely be very tiring and time consuming. You can just remove messages from message list. However doing this won’t delete the messages permanently. The messages will be archived instead and reappear if a person sends messages again.

This is where fast delete all messages tool comes handy. This is a Google Chrome extension which allows you to delete messages with one click.                    

Extension Basic Information

Name Fast Delete All Messages from Messenger Fast Delete All Messages from Messenger
ID anmejkmdikbdogalegdkohodhcpkoblp
Official URL https://chrome.google.com/webstore/detail/fast-delete-all-messages/anmejkmdikbdogalegdkohodhcpkoblp
Description This extension will remove your messenger messages in seconds!
File Size 12.34 KB
Installation Count 20,000
Current Version 2.5
Last Updated 2019-05-26
Publish Date 2019-05-26
Rating 4.25/5 Total 822 Ratings
Developer Extensionly
Payment Type free
Extension Website http://fastdeletemessages.com
Help Page URL http://fastdeletemessages.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Delete All Messages from Messenger",
    "description": "This extension will remove your messenger messages in seconds!",
    "version": "2.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}