Unfriend Checker

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

Unfriend Checker क्या है?

Unfriend Checker https://www.unfriend-checker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest FREE way to check who unfriended you on Facebook!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unfriend Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}