Unfriend Finder

This extension sends a notification when someone deletes you from Facebook.

ما هو Unfriend Finder؟

Unfriend Finder هو إضافة Chrome تم تطويرها بواسطة https://unfriend-app.com، والميزة الرئيسية لها هي "This extension sends a notification when someone deletes you from Facebook.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Unfriend Finder

قم بتنزيل ملفات الامتداد Unfriend Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension sends to Facebook users notifications when someone unfriends them from Facebook. By Clicking on the notification users will find out who deleted them.
---------------
Who removed me on facebook?
Who deleted me on Facebook?
Facebook Friend List checker                    

معلومات أساسية عن التمديد

الاسم Unfriend Finder Unfriend Finder
ID olljnkilmblncgcghhaodkpdcnokhpah
عنوان URL الرسمي https://chromewebstore.google.com/detail/unfriend-finder/olljnkilmblncgcghhaodkpdcnokhpah
الوصف This extension sends a notification when someone deletes you from Facebook.
حجم الملف 137 KB
عدد التثبيتات 54,997
النسخة الحالية 4.1.2
آخر تحديث 2024-01-30
تاريخ النشر 2020-06-20
تقييم 3.17/5 مجموع تقييمات 485
المطور https://unfriend-app.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://unfriend-app.com/privacy.txt
اللغات المدعومة de,en,en-GB,en-US,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.1.2",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "100": "icons\/icon_100.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Unfriend Finder",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/unfriend.miinosoft.com\/*",
                "https:\/\/www.unfriend-app.com\/NEW\/index.html"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/unfriend.miinosoft.com\/history",
                "https:\/\/www.unfriend-app.com\/NEW\/history.html"
            ],
            "run_at": "document_end",
            "js": [
                "hist.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "cookies",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/www.unfriend-app.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/unfriend.miinosoft.com\/*",
            "https:\/\/www.unfriend-app.com\/*"
        ]
    }
}