Genius Disconnector

Remove inactive and deactivated friends from FB

What is Genius Disconnector?

Genius Disconnector is a Chrome extension developed by edakehurst, and its main feature is "Remove inactive and deactivated friends from FB".

Extension Screenshots

screenshot

Download Genius Disconnector Extension CRX File

Download Genius Disconnector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Evaluate engagement of your Friends and be able to easily remove people who are not engaging with your posts. You can also whitelist ones you never want to accidently delete.                    

Extension Basic Information

Name Genius Disconnector Genius Disconnector
ID efnhameebhmajhmadlgcpipoeeaejccb
Official URL https://chromewebstore.google.com/detail/genius-disconnector/efnhameebhmajhmadlgcpipoeeaejccb
Description Remove inactive and deactivated friends from FB
File Size 1.56 MB
Installation Count 1,034
Current Version 2.0.39
Last Updated 2023-12-24
Publish Date 2021-09-19
Rating 5.00/5 Total 3 Ratings
Developer edakehurst
Email [email protected]
Payment Type free
Extension Website https://edakehurst.kartra.com/page/GeniusDisconnector
Help Page URL https://edakehurst.kartra.com/help/HelpDesk
Privacy Policy Page URL https://geniusposts.io/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Disconnector",
    "description": "Remove inactive and deactivated friends from FB",
    "version": "2.0.39",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856191-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856251-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856296-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": "Genius Disconnector"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "*:\/\/*.frienddisconnector.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "GD"
}