Delete Facebook Messages

This extension allows you to delete or archive all of your facebook messages in one click.

Delete Facebook Messagesคืออะไร?

Delete Facebook Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Irfan khan และคุณลักษณะหลักของมันคือ "This extension allows you to delete or archive all of your facebook messages in one click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delete Facebook Messages

ดาวน์โหลดไฟล์ส่วนขยาย Delete Facebook Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers the convenience of deleting or archiving all your Facebook messages with a single click.

**Compatible with the new Facebook user interface.**

**Also functions seamlessly in Facebook Marketplace.**

**Works flawlessly with page inbox as well.**

**Updated in 2023.**

**Performs perfectly.**

Here's how you can utilize this extension:

1. Install the "Delete Facebook Messages" extension for your Chrome browser.
2. Visit https://www.facebook.com/messages.
3. Click on the icon of the "Delete Facebook Messages" extension.
4. Select "Begin Deletion" to delete all of your messages.
5. Choose "Archive Messages" to archive all of your messages.

Please ensure that your Facebook language is set to English before initiating any operations.

For any assistance, bug reports, or suggestions, please feel free to contact us.

Email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Delete Facebook Messages Delete Facebook Messages
ID idoljmjdnkjaoppbooklhpamhkijoobi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delete-facebook-messages/idoljmjdnkjaoppbooklhpamhkijoobi
คำอธิบาย This extension allows you to delete or archive all of your facebook messages in one click.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2019-05-29
คะแนน 3.90/5 รวมทั้งหมด 140 คะแนน
ผู้พัฒนา Irfan khan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mxreports.com/dfmsgs/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delete Facebook Messages",
    "description": "This extension allows you to delete or archive all of your facebook messages in one click.",
    "version": "3.3",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": "icons\/256.png",
        "default_popup": "popup.html",
        "default_title": "Delete Facebook Messages"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}