Who deleted me ?

This extension sends notifications everytime you get unfriended from Facebook.

Who deleted me ? क्या है?

Who deleted me ? crissleb386 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sends notifications everytime you get unfriended from Facebook."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Who deleted me ? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Who deleted me ? Who deleted me ?
ID lmkepljhcelkkbibdkmcgojkfhmibpco
आधिकारिक URL https://chromewebstore.google.com/detail/who-deleted-me/lmkepljhcelkkbibdkmcgojkfhmibpco
विवरण This extension sends notifications everytime you get unfriended from Facebook.
फ़ाइल का आकार 30.19 KB
स्थापना संख्या 6,332
वर्तमान संस्करण 3.2.0
अंतिम अपडेट 2024-01-10
प्रकाशन तिथि 2019-09-17
रेटिंग 2.43/5 कुल 63 रेटिंग्स
डेवलपर crissleb386
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://who-unfriend.me/privacy.txt
समर्थित भाषाएँ 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\/*"
    ]
}