Messages Remover For Facebook

The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.

Messages Remover For Facebookคืออะไร?

Messages Remover For Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aimen Houhamdi - أيمن حوحامدي และคุณลักษณะหลักของมันคือ "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide."

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

screenshot

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

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

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

                        The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.                    

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

ชื่อ Messages Remover For Facebook Messages Remover For Facebook
ID pnekbnjndgalhmockphmkeeklaalbfoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messages-remover-for-face/pnekbnjndgalhmockphmkeeklaalbfoc
คำอธิบาย The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
ขนาดไฟล์ 5 MB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 5.5
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2023-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aimen Houhamdi - أيمن حوحامدي
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://fb.com/aimen25cne
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messages Remover For Facebook",
    "short_name": "MR4FB",
    "version": "5.5",
    "manifest_version": 3,
    "description": "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "MR4FB",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}