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
Eメール [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"
    }
}