Messenger Message Cleaner

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

Messenger Message Cleaner là gì?

Messenger Message Cleaner là một tiện ích mở rộng Chrome được phát triển bởi http://fbmessagecleaner.com, và tính năng chính của nó là "Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Messenger Message Cleaner

Tải xuống các tệp mở rộng Messenger Message Cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Messenger Message Cleaner Messenger Message Cleaner
ID digmeonjbjphflpodcklagoaoeicimfl
URL Chính Thức https://chrome.google.com/webstore/detail/messenger-message-cleaner/digmeonjbjphflpodcklagoaoeicimfl
Mô tả Delete all FB messages at once - Bulk deletion - Reviewed in Apr. 2021
Kích Thước Tệp 520 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2020-06-04
Đánh Giá 3.45/5 Tổng số 185 Đánh Giá
Nhà Phát Triển http://fbmessagecleaner.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://t.me/myglobalsupport
URL Trang Chính Sách Bảo Mật https://www.fbmessagecleaner.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}