Who Deleted Me - See Who Unfriends You

Keep track of who unfriends you on social networks.

What is Who Deleted Me - See Who Unfriends You?

Who Deleted Me - See Who Unfriends You is a Chrome extension developed by https://www.deleted.io, and its main feature is "Keep track of who unfriends you on social networks.".

Extension Screenshots

screenshot

Download Who Deleted Me - See Who Unfriends You Extension CRX File

Download Who Deleted Me - See Who Unfriends You extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        See who deletes/unfriends you on social networks!
Who Deleted Me keeps track of your friend list and notifies you when friends go missing. We'll tell you if they deleted you or deactivated. We'll also tell you when you make new friends!                    

Extension Basic Information

Name Who Deleted Me - See Who Unfriends You Who Deleted Me - See Who Unfriends You
ID eiepnnbjenknnjgabbodaihlnkkpkgll
Official URL https://chromewebstore.google.com/detail/who-deleted-me-see-who-un/eiepnnbjenknnjgabbodaihlnkkpkgll
Description Keep track of who unfriends you on social networks.
File Size 180 KB
Installation Count 100,000
Current Version 3.0.10
Last Updated 2024-01-02
Publish Date 2020-04-09
Rating 3.20/5 Total 487 Ratings
Developer https://www.deleted.io
Email [email protected]
Payment Type free
Extension Website https://www.deleted.io
Help Page URL https://www.deleted.io/help
Privacy Policy Page URL http://www.deleted.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.10",
    "manifest_version": 3,
    "name": "Who Deleted Me - See Who Unfriends You",
    "short_name": "Who Deleted Me",
    "description": "Keep track of who unfriends you on social networks.",
    "homepage_url": "https:\/\/www.deleted.io",
    "author": "Who Deleted Me",
    "permissions": [
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.deleted.io\/",
        "*:\/\/*.facebook.com\/"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "96": "icons\/icon96.png",
            "100": "icons\/icon100.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Who Deleted Me"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deleted.io\/*"
            ],
            "js": [
                "vendor\/webextension-polyfill\/dist\/browser-polyfill.js",
                "wdm-content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "100": "icons\/icon100.png",
        "128": "icons\/icon128.png"
    }
}