Delete All Messages for Facebook™

Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.

Was ist Delete All Messages for Facebook™?

Delete All Messages for Facebook™ ist eine Chrome-Erweiterung, die von https://delete-messages-for-facebook.dllplayer.com entwickelt wurde, und ihr Hauptmerkmal ist "Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.".

Erweiterungsscreenshots

screenshot

Delete All Messages for Facebook™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Delete All Messages for Facebook™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Our Clear Message History for Facebook this is an web browser extension that 
deletes all Facebook messages in one go, or you can select and delete multiple messages at once .

Clear Message History for Facebook extension allows you to delete all your Facebook messages (including group messages) 
with one click without having to delete one by one . It also allows you to select and delete multiple messages at once

This extension will allow you to optimize and clear your conversations on Facebook  and, if necessary, quickly delete 
all unnecessary messages. If you are tired of clearing your messages / conversations on Facebook one by one , you can 
delete them all with one click and clear your messenger. Delete old messages forever, start over!

Change Log for 1.0.5 Version

Updated the Extension so the Clear Message History feature works again. There was an update on Facebook and the extension was not working previously, the clear history feature works again now.

Be careful! When you delete your messages, it cannot be undone.

================================================================
Facebook™ is a trademark of Facebook Inc., registered in the U.S. 
and other countries. This is an independent project developed by 
me and has no relationship to Facebook™ or Facebook Inc.

================================================================                    

Grundlegende Informationen zur Erweiterung

Name Delete All Messages for Facebook™ Delete All Messages for Facebook™
ID llanmeibmphjpakiibhbfiojinbcajmb
Offizielle URL https://chromewebstore.google.com/detail/delete-all-messages-for-f/llanmeibmphjpakiibhbfiojinbcajmb
Beschreibung Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.
Dateigröße 248 KB
Installationsanzahl 10,000
Aktuelle Version 3.0.3
Letztes Update 2024-01-25
Veröffentlichungsdatum 2020-07-25
Bewertung 3.16/5 Insgesamt 401 Bewertungen
Entwickler https://delete-messages-for-facebook.dllplayer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://delete-messages-for-facebook.dllplayer.com
Unterstützte Sprachen id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "version": "3.0.3",
    "homepage_url": "https:\/\/delete-messages-for-facebook.dllplayer.com\/",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": "assets\/icons\/icon-128.png",
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/libs\/confirm.css"
            ],
            "js": [
                "js\/libs\/jquery-3.1.1.js",
                "js\/libs\/jquery-confirm.min.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ]
}