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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}