Who Deleted Me - See Who Unfriends You

Keep track of who unfriends you on social networks.

什么是Who Deleted Me - See Who Unfriends You?

Who Deleted Me - See Who Unfriends You是由https://www.deleted.io开发的Chrome扩展程序,该扩展的主要功能是“Keep track of who unfriends you on social networks.”。

扩展截图

screenshot

下载Who Deleted Me - See Who Unfriends You扩展crx文件

下载Who Deleted Me - See Who Unfriends You扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Who Deleted Me - See Who Unfriends You Who Deleted Me - See Who Unfriends You
ID eiepnnbjenknnjgabbodaihlnkkpkgll
官方URL https://chromewebstore.google.com/detail/who-deleted-me-see-who-un/eiepnnbjenknnjgabbodaihlnkkpkgll
简介 Keep track of who unfriends you on social networks.
文件大小 180 KB
安装次数 100,000
当前版本 3.0.10
更新时间 2024-01-02
上架时间 2020-04-09
评分 3.20/5 共487次评分
开发者 https://www.deleted.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.deleted.io
帮助页面URL https://www.deleted.io/help
隐私政策页面URL http://www.deleted.io/privacy
支持的语言 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"
    }
}