Fast Delete All Messages from Messenger

This extension will remove your messenger messages in seconds!

Co to jest Fast Delete All Messages from Messenger?

Fast Delete All Messages from Messenger to rozszerzenie Chrome opracowane przez Extensionly, a jego główną funkcją jest „This extension will remove your messenger messages in seconds!”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Fast Delete All Messages from Messenger

Pobierz pliki rozszerzeń Fast Delete All Messages from Messenger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast Delete All Messages from Messenger Fast Delete All Messages from Messenger
ID anmejkmdikbdogalegdkohodhcpkoblp
Oficjalny URL https://chrome.google.com/webstore/detail/fast-delete-all-messages/anmejkmdikbdogalegdkohodhcpkoblp
Opis This extension will remove your messenger messages in seconds!
Rozmiar pliku 12.34 KB
Liczba instalacji 20,000
Aktualna Wersja 2.5
Ostatnia Aktualizacja 2019-05-26
Data Publikacji 2019-05-26
Ocena 4.25/5 Łącznie 822 Oceny
Deweloper Extensionly
Typ Płatności free
Strona Rozszerzenia http://fastdeletemessages.com
Adres URL Strony Pomocy http://fastdeletemessages.com
Obsługiwane Języki 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"
    ]
}