Friend Deleter

Easly remove inactive and deactivated friends from your Facebook.

Τι είναι το Friend Deleter;

Το Friend Deleter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://frienddeleter.com, και η κύρια λειτουργία του είναι "Easly remove inactive and deactivated friends from your Facebook.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Friend Deleter

Λήψη αρχείων επέκτασης Friend Deleter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Friend Deleter gives you an easy way to manage your friend's list, track engagement, and locate inactive profiles to unfriend on your Facebook™ page. 

Friend Deleter will sync your friend's list up to 180 days in the past that will fetch all engagement from your friends. 

You'll be able to see how many reactions and comments your friends have left on your posts. 

You can also see how many messages you have had together via messenger.

You can white-list people you never want to remove, or you can select all of the inactive people you want to remove and click the unfriend option.

If you are not a current user please visit www.frienddeleter.com and sign up for an account to start using Friend Deleter and see who your biggest fan is. 

I'm sorry that this is not a free app- I have pushed the price down as low as possible for everyone but I do have development costs to keep this tool running and bug free for you to use.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Friend Deleter Friend Deleter
ID dgpajfaophajgbnfahgnhcdbjhhmolph
Επίσημο URL https://chrome.google.com/webstore/detail/friend-deleter/dgpajfaophajgbnfahgnhcdbjhhmolph
Περιγραφή Easly remove inactive and deactivated friends from your Facebook.
Μέγεθος Αρχείου 1.79 MB
Αριθμός Εγκαταστάσεων 655
Τρέχουσα Έκδοση 2.0.24
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2021-08-05
Αξιολόγηση 2.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής http://frienddeleter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.frienddeleter.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/groups/justinmuiruserssupport
URL της Σελίδας Πολιτικής Απορρήτου https://www.geniusresellerprogram.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friend Deleter",
    "description": "Easly remove inactive and deactivated friends from your Facebook.",
    "version": "2.0.24",
    "icons": {
        "16": "images\/60992fabb9c3853f34281099-1624559888827-small.png",
        "48": "images\/60992fabb9c3853f34281099-1624559888943-medium.png",
        "128": "images\/60992fabb9c3853f34281099-1624559889058-large.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Friend Deleter"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "FD"
}