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
官方網址 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"
    }
}