Who deleted me ?

This extension sends notifications everytime you get unfriended from Facebook.

Was ist Who deleted me ??

Who deleted me ? ist eine Chrome-Erweiterung, die von crissleb386 entwickelt wurde, und ihr Hauptmerkmal ist "This extension sends notifications everytime you get unfriended from Facebook.".

Erweiterungsscreenshots

screenshot

Who deleted me ?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Who deleted me ?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get alerted when someone unfriends your from Facebook. It can also report who deactivate his account.

DISCLAIMER !!!
This extension is NOT developper or related (to/by) Facebook(tm) team. It is developped independently to add some feature to Facebook(tm).

IMPORTANT !!!
When you install the extension, it saves all your friendlist (id and names of your friends), you ID and your name in your browser storage. In other words, we DO NOT SAVE ANY SENSITIVE DATA in our server. This means your data is SAFE 100%. NO WORRIES.
*
This app only shows who unfriended you AFTER installing the extension. IT CAN'T show who deleted you before the installation.

ALL YOUR DATA IS STORED LOCALLY.

* Unfriend Finder for Facebook.
* Who Deleted Me on Facebook ?
* Unfriending.
* Deleted Facebook Friends

Privacy URL: https://who-unfriend.me/privay.txt                    

Grundlegende Informationen zur Erweiterung

Name Who deleted me ? Who deleted me ?
ID lmkepljhcelkkbibdkmcgojkfhmibpco
Offizielle URL https://chromewebstore.google.com/detail/who-deleted-me/lmkepljhcelkkbibdkmcgojkfhmibpco
Beschreibung This extension sends notifications everytime you get unfriended from Facebook.
Dateigröße 30.19 KB
Installationsanzahl 6,332
Aktuelle Version 3.2.0
Letztes Update 2024-01-10
Veröffentlichungsdatum 2019-09-17
Bewertung 2.43/5 Insgesamt 63 Bewertungen
Entwickler crissleb386
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://who-unfriend.me/privacy.txt
Unterstützte Sprachen de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "3.2.0",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_title": "Who deleted me ?"
    },
    "icons": {
        "48": ".\/icons\/ic_48.png",
        "128": ".\/icons\/ic_128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/deleted.miinosoft.com\/history.html"
            ],
            "js": [
                "history.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/deleted.miinosoft.com\/index.html",
                "https:\/\/deleted.miinosoft.com\/"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/deleted.miinosoft.com\/*"
        ]
    },
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}