Delete All Messages for Facebook™

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

Delete All Messages for Facebook™ là gì?

Delete All Messages for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi https://delete-all-messages-for-facebook.freebusinessapps.net, và tính năng chính của nó là "Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Delete All Messages for Facebook™

Tải xuống các tệp mở rộng Delete All Messages for Facebook™ 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

                        Want to delete all your messages on Facebook with one click? You can do so today once you have installed our software extension. Simply click on the "Delete all Messages" button once you have logined to Facebook and our software will do the rest. All messages will be deleted and all conversation history with your friends/family will be removed.

Alternatively, you can choose the messages you wish to delete. Simply click and choose the messages you wish to remove, and then press the 'Delete Selected Messages" button to delete specific messages.

Disclaimer: Please note this extension is NOT made by Facebook and is made by an independent development team. All copyrights belong to their respective owners.
Facebook doesn’t endorse or sponsor this Chrome extension. This software is not licensed by and is not a subsidiary of Facebook Inc.                    

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

Tên Delete All Messages for Facebook™ Delete All Messages for Facebook™
ID lkpecocnnoojgaopphokodcmognomnma
URL Chính Thức https://chromewebstore.google.com/detail/delete-all-messages-for-f/lkpecocnnoojgaopphokodcmognomnma
Mô tả Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 28,073
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2020-03-20
Đánh Giá 3.17/5 Tổng số 1056 Đánh Giá
Nhà Phát Triển https://delete-all-messages-for-facebook.freebusinessapps.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://delete-all-messages-for-facebook.freebusinessapps.net
URL Trang Trợ Giúp https://delete-all-messages-for-facebook.freebusinessapps.net/contact
URL Trang Chính Sách Bảo Mật https://delete-all-messages-for-facebook.freebusinessapps.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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",
    "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": [
        {
            "js": [
                "js\/libs\/jquery-3.1.1.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/delete-all-messages-for-facebook.freebusinessapps.net\/",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "short_name": "__MSG_app_short_name__",
    "version": "3.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.*",
                "assets\/icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}