Fast Delete Messages

Simply delete all Facebook messages in Chrome just in 2 clicks

Fast Delete Messagesคืออะไร?

Fast Delete Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gorillasbrain.com และคุณลักษณะหลักของมันคือ "Simply delete all Facebook messages in Chrome just in 2 clicks"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        How to delete all facebook messages at once?
Very simple and fast! Fast Delete Facebook™ Messages for Chrome will help you in this.

To delete all messages, you just need to do 2 steps (2 clicks in extension window):
1. Click on "Open Messages”
2. Click on "Delete all messages"

Done! Extension in a short time will automatically remove all fb messages from all your chats. 
You only need to relax and enjoy the result.

Extension allows to remove all your messages at once without having to delete one by one.

-------
Note
-------
Facebook™ is a trademark of Facebook ™ Inc. This  extension, namely “Fast Delete Facebook™ Messages" has no connection to Facebook ™ inc.

Use this extension at your own risk. Delete your messages carefully. 
Developer is not liable for any moral or material damage incurred to you related to the removal of messages by this extension. 

Using this Chrome Extension means that you agree to these terms.                    

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

ชื่อ Fast Delete Messages Fast Delete Messages
ID cahhjpmdnfhfkgldefihhcgkaalllbld
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fast-delete-messages/cahhjpmdnfhfkgldefihhcgkaalllbld
คำอธิบาย Simply delete all Facebook messages in Chrome just in 2 clicks
ขนาดไฟล์ 462 KB
จำนวนการติดตั้ง 56,686
เวอร์ชันปัจจุบัน 1.7.0
อัปเดตครั้งล่าสุด 2022-10-14
วันที่เผยแพร่ 2020-06-02
คะแนน 4.27/5 รวมทั้งหมด 4175 คะแนน
ผู้พัฒนา https://gorillasbrain.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gorillasbrain.com/
URL หน้าช่วยเหลือ https://gorillasbrain.com/
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/gorillasbrain/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Gorillas Brain",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon_128.png",
            "32": "assets\/icons\/icon_32.png",
            "48": "assets\/icons\/icon_48.png",
            "64": "assets\/icons\/icon_64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_default_title__"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "32": "assets\/icons\/icon_32.png",
        "48": "assets\/icons\/icon_48.png",
        "64": "assets\/icons\/icon_64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmlp8rj1T1opM0aa\/UWX3B7odSdVwUK5ti3+7bVVms1EOrTvtLoMSs5eiZ6qGzbHHlViL2BXkYdflr5uGg2Js29qCmm2TpNhzAkr966ReJ\/Rx0zOljprnAZtjx6KjQfsBeuPa59JJRud4VJZPI4+fO1vSX1Z6tu0LuaEJpoP84f+2CPXR9P1hJiY9+t2tMRGnw7eHrukifuLKUWSBW1l8HkT940uOfd2pMZvoHDp1gQ8FdY7C9TKojKldb+GGSKy3V10oQkFn6V80mTpKQKo42jDiOQu4GcAtvuS1Y\/1qPNQBhQCd67nPaPgO3QVYao0VAHbjenqrXs0mElbh\/1zLqQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.addonup.com\/*"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.0",
    "version_name": "1.7.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content\/*.*"
            ]
        }
    ]
}