Unfriend Checker

The easiest FREE way to check who unfriended you on Facebook!

什么是Unfriend Checker?

Unfriend Checker是由https://www.unfriend-checker.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest FREE way to check who unfriended you on Facebook!”。

扩展截图

screenshot
screenshot

下载Unfriend Checker扩展crx文件

下载Unfriend Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The easiest FREE way to check who unfriended you on Facebook!

This extension will check your Facebook friends list and will compare results on our server with a previous saved list.

After installing a new red button will be available in Facebook page. Use this link to button if you've been unfriended on.                    

扩展基本信息

名称 Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
官方URL https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
简介 The easiest FREE way to check who unfriended you on Facebook!
文件大小 361 KB
安装次数 1,002
当前版本 20
更新时间 2021-06-10
上架时间 2020-02-23
评分 1.86/5 共7次评分
开发者 https://www.unfriend-checker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.unfriend-checker.com/
隐私政策页面URL https://www.unfriend-checker.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unfriend Checker",
    "author": "Silviu IOVAN ",
    "homepage_url": "https:\/\/www.unfriend-checker.com",
    "version": "20",
    "description": "The easiest FREE way to check who unfriended you on Facebook!",
    "icons": {
        "32": "icons\/unfriendchecker32.png",
        "48": "icons\/unfriendchecker48.png",
        "64": "icons\/unfriendchecker64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "bootstrap\/jquery-3.4.1.js",
                "bootstrap\/bootstrap.js",
                "utils.js"
            ],
            "css": [
                "unfriendchecker.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.unfriend-checker.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/unfriendchecker32.png",
        "default_title": "Unfriend Checker",
        "default_popup": "unfriendchecker.html"
    }
}