Messenger Message Cleaner

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

Apa itu Messenger Message Cleaner?

Messenger Message Cleaner adalah ekstensi Chrome yang dikembangkan oleh http://fbmessagecleaner.com, dan fitur utamanya adalah "Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Messenger Message Cleaner

Unduh file ekstensi Messenger Message Cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Messenger Message Cleaner Messenger Message Cleaner
ID digmeonjbjphflpodcklagoaoeicimfl
URL Resmi https://chrome.google.com/webstore/detail/messenger-message-cleaner/digmeonjbjphflpodcklagoaoeicimfl
Deskripsi Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021
Ukuran File 520 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.6.3
Terakhir Diperbarui 2021-04-22
Tanggal Publikasi 2020-06-04
Penilaian 3.45/5 Total 185 Penilaian
Pengembang http://fbmessagecleaner.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://t.me/myglobalsupport
URL Halaman Kebijakan Privasi https://www.fbmessagecleaner.com/privacypolicy.html
Bahasa yang Didukung 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'"
}