Unfriend Notify for Facebook

This extension sends a notification each time a friend deletes you from Facebook.

Unfriend Notify for Facebookคืออะไร?

Unfriend Notify for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://who-unfriend.me และคุณลักษณะหลักของมันคือ "This extension sends a notification each time a friend deletes you from Facebook."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unfriend Notify for Facebook

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

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

                        This extension sends a notification each time a friend deletes you from Facebook.
When you install the extension, we save your friendlist SECURELY in our database. This friendlist is used to check who deleted you periodically.
By installing the extension, you consent to our privacy policy.
*** who unfriended me on Facebook ?
*** who deleted me on facebook?
*** facebook unfriend finder
*** unfriend.cc                    

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

ชื่อ Unfriend Notify for Facebook Unfriend Notify for Facebook
ID ahdolcnnbhjkhklelodeikehhopmffjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unfriend-notify-for-faceb/ahdolcnnbhjkhklelodeikehhopmffjj
คำอธิบาย This extension sends a notification each time a friend deletes you from Facebook.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 8,770
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2020-06-23
คะแนน 2.79/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://who-unfriend.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://who-unfriend.me/
URL หน้านโยบายความเป็นส่วนตัว https://who-unfriend.me/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension sends a notification each time a friend deletes you from Facebook.",
    "version": "1.6.1",
    "manifest_version": 3,
    "name": "Unfriend Notify for Facebook",
    "icons": {
        "128": "ic_128.png"
    },
    "action": {
        "default_icon": "ic_128.png",
        "default_title": "Unfriend Notify"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "identity",
        "cookies",
        "notifications",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "oauth2": {
        "client_id": "1052951481535-t19adsaa06og7snvqrd5qdp4l1952nj4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.who-unfriend.me\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh1vSe+ocvrmWR4UeN0DnKkgfqANhTC\/aO6usEBkgMgPFCtez+RDtnNOzyPMHCaUYD0ypcPfZINShzMrea3YAeikKwSIp77SHJlqq3wy6dGUty17iDqkPxoUccORbHcMsP294yhO0I5oKUzxyld3b5E1g44DrVS0aEb46hU1Jlzun29+Yl99RimrwZOWnou7qqJIAl4\/hIoNWrqesuK0sDxhK4CnLlVXPbaLR\/4TYPsAo+eFt7mL+DxL7Kfv4p1hci6CfWutpy1MtvWgULSwpwOsCuQ4IUaSFhbV4V43A1WPDun3l90\/wvUYca4QYNcagazMyuR6Sc8oIgWdit\/tDKwIDAQAB"
}