Messenger Message Cleaner

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

Co je Messenger Message Cleaner?

Messenger Message Cleaner je rozšíření Chrome vyvinuté http://fbmessagecleaner.com, a jeho hlavní funkcí je „Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Messenger Message Cleaner

Stáhněte si soubory rozšíření Messenger Message Cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Messenger Message Cleaner Messenger Message Cleaner
ID digmeonjbjphflpodcklagoaoeicimfl
Oficiální URL https://chrome.google.com/webstore/detail/messenger-message-cleaner/digmeonjbjphflpodcklagoaoeicimfl
Popis Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021
Velikost souboru 520 KB
Počet instalací 10,000
Aktuální Verze 1.6.3
Poslední Aktualizace 2021-04-22
Datum Vydání 2020-06-04
Hodnocení 3.45/5 Celkem 185 Hodnocení
Vývojář http://fbmessagecleaner.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://t.me/myglobalsupport
URL Stránky Zásad Ochrany Soukromí https://www.fbmessagecleaner.com/privacypolicy.html
Podporované Jazyky 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'"
}