Unfriend Checker

The easiest FREE way to check who unfriended you on Facebook!

Unfriend Checkerคืออะไร?

Unfriend Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.unfriend-checker.com และคุณลักษณะหลักของมันคือ "The easiest FREE way to check who unfriended you on Facebook!"

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

screenshot
screenshot

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

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

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

                        The easiest FREE way to check who unfriended you on Facebook!

This extension will check your Facebook friends list and will compare results on our server with a previous saved list.

After installing a new red button will be available in Facebook page. Use this link to button if you've been unfriended on.                    

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

ชื่อ Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
คำอธิบาย The easiest FREE way to check who unfriended you on Facebook!
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 1,002
เวอร์ชันปัจจุบัน 20
อัปเดตครั้งล่าสุด 2021-06-10
วันที่เผยแพร่ 2020-02-23
คะแนน 1.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.unfriend-checker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.unfriend-checker.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.unfriend-checker.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unfriend Checker",
    "author": "Silviu IOVAN ",
    "homepage_url": "https:\/\/www.unfriend-checker.com",
    "version": "20",
    "description": "The easiest FREE way to check who unfriended you on Facebook!",
    "icons": {
        "32": "icons\/unfriendchecker32.png",
        "48": "icons\/unfriendchecker48.png",
        "64": "icons\/unfriendchecker64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "bootstrap\/jquery-3.4.1.js",
                "bootstrap\/bootstrap.js",
                "utils.js"
            ],
            "css": [
                "unfriendchecker.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.unfriend-checker.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/unfriendchecker32.png",
        "default_title": "Unfriend Checker",
        "default_popup": "unfriendchecker.html"
    }
}