Delete All Messages for Facebook™

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

Delete All Messages for Facebook™คืออะไร?

Delete All Messages for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://delete-messages-for-facebook.freeonlineapps.net และคุณลักษณะหลักของมันคือ "Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once."

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

screenshot

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

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

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

                        Our Delete Messages for Facebook this is an web browser extension that 
deletes all Facebook posts in one go, or you can select and delete multiple posts at once.

Delete Messages for Facebook extension allows you to delete all your Facebook messages (including group messages) 
with one click without having to delete one by one. It also allows you to select and delete multiple messages at once.

This extension will allow you to optimize and clear your conversations on Facebook and, if necessary, quickly delete 
all unnecessary messages. If you are tired of clearing your messages / conversations on Facebook one by one, you can 
delete them all with one click and clear your messenger. Delete old messages forever, start over!

Be careful! When you delete your messages, it cannot be undone.

================================================================
Facebook™ is a trademark of Facebook Inc., registered in the U.S. 
and other countries. This is an independent project developed by 
me and has no relationship to Facebook™ or Facebook Inc.

================================================================
Disclaimer: This Chrome extension is about blocking ads on the 
social network website Facebook and has no affiliations 
with Facebook. All copyrights belong to their respective owners. 
Facebook doesn’t endorse or sponsor this Chrome extension.                    

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

ชื่อ Delete All Messages for Facebook™ Delete All Messages for Facebook™
ID bmeahedbjenoenjhghppnjgfipjihpji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delete-all-messages-for-f/bmeahedbjenoenjhghppnjgfipjihpji
คำอธิบาย Delete all Facebook™ messages at once. Also Choose and Delete multiple messages at once.
ขนาดไฟล์ 221 KB
จำนวนการติดตั้ง 10,722
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-11-01
วันที่เผยแพร่ 2020-05-13
คะแนน 3.07/5 รวมทั้งหมด 403 คะแนน
ผู้พัฒนา https://delete-messages-for-facebook.freeonlineapps.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://delete-messages-for-facebook.freeonlineapps.net/
URL หน้าช่วยเหลือ https://delete-messages-for-facebook.freeonlineapps.net/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.freebusinessapps.net/privacy
ภาษาที่รองรับ 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",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "version": "1.0.6",
    "homepage_url": "https:\/\/delete-messages-for-facebook.dllplayer.com\/",
    "background": {
        "scripts": [
            "js\/welcome-goodbye.js",
            "js\/background.js"
        ]
    },
    "browser_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\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/images\/*.*",
        "assets\/icon.png"
    ]
}