Friend Ejector

Remove inactive and deactivated friends from your Facebook account.

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

Το Friend Ejector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leadsintoinbox.com, και η κύρια λειτουργία του είναι "Remove inactive and deactivated friends from your Facebook account.".

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

screenshot

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

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

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

                        Having a lot of friends on Facebook is great and key for organic marketing. But having inactive friends who don't engage with your content is actually hurting your reach and marketing efforts. Enter Friend Ejector.

So you need to remove inactive and deactivated friends from your Facebook account.

Friend Ejector will sync up your friends list. It will then allow you to run a scan up for 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. And you'll also be able to see how many messages you all have had via messenger.

You can white-list people who you never want to remove and you can select all the people you want to remove and click the unfriend option.

After you've removed all your inactive Friends you can use our software The Credit Connector to fill your friends list back up with hyper targeted leads. And repeat this process over and over.                    

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

Όνομα Friend Ejector Friend Ejector
ID pnnlagflcggahlooohpegememhojaeef
Επίσημο URL https://chromewebstore.google.com/detail/friend-ejector/pnnlagflcggahlooohpegememhojaeef
Περιγραφή Remove inactive and deactivated friends from your Facebook account.
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 212
Τρέχουσα Έκδοση 1.0.11
Τελευταία Ενημέρωση 2022-06-28
Ημερομηνία Δημοσίευσης 2021-07-24
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://leadsintoinbox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://10x.leadsintoinbox.com/site
Διεύθυνση URL της Σελίδας Βοήθειας https://m.me/LeadsIntoInbox
URL της Σελίδας Πολιτικής Απορρήτου https://buy.leadsintoinbox.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friend Ejector",
    "description": "Remove inactive and deactivated friends from your Facebook account.",
    "version": "1.0.11",
    "icons": {
        "16": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104533-small_icon.png",
        "48": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104609-medium_icon.png",
        "128": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104656-large_icon.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 Ejector"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "FE"
}