Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Faceook Unfriend in blukคืออะไร?

Faceook Unfriend in bluk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ahsamimtiaz และคุณลักษณะหลักของมันคือ "Google chrome extention for removing friends in bluk"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceook Unfriend in bluk

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

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

                        Google chrome extension for removing friends in bluk on just one click
steps form unfriending friends in bulk
(a) Go to m.facebook.com
(b) click on your profile 
(c) click on see all friends button
(d) Extention will automatically add a button when you click on it , it will start unfriending you can stop by click on stop button                    

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

ชื่อ Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
คำอธิบาย Google chrome extention for removing friends in bluk
ขนาดไฟล์ 28.39 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-08-22
วันที่เผยแพร่ 2022-08-15
ผู้พัฒนา ahsamimtiaz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceook Unfriend in bluk",
    "description": "Google chrome extention for removing friends in bluk",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "128": "icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/profile.php?v=friend*",
                "https:\/\/m.facebook.com\/*\/friends*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}