GroupFilter for Facebook™

Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group

Wat is GroupFilter for Facebook™?

GroupFilter for Facebook™ is een Chrome-extensie ontwikkeld door https://groupfilter.io, en de belangrijkste functie is "Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GroupFilter for Facebook™

Download GroupFilter for Facebook™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        GroupFilter gives you an easy way to manage your Group, track posts by members and engagement and locate inactive members to remove from your Facebook™ Group. 

The GroupFilter extension is NOT endorsed by Facebook™ in any way. Facebook™ is a trademark of Facebook™, Inc.                    

Basisinformatie over de Extensie

Naam GroupFilter for Facebook™ GroupFilter for Facebook™
ID cdagifmianmcjaikddlepjhdmaleninb
Officiële URL https://chromewebstore.google.com/detail/groupfilter-for-facebook/cdagifmianmcjaikddlepjhdmaleninb
Beschrijving Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group
Bestandsgrootte 1.07 MB
Aantal Installaties 2,000
Huidige Versie 2.0.3
Laatst Bijgewerkt 2023-10-11
Publicatiedatum 2021-06-19
Beoordeling 3.36/5 Totaal 33 Beoordelingen
Ontwikkelaar https://groupfilter.io
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://groupfilter.io/
Help Pagina-URL https://friendfilter.freshdesk.com/support/home
URL van de Privacybeleid Pagina https://friendfilter.io/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GroupFilter for Facebook\u2122",
    "version": "2.0.3",
    "description": "Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook\u2122 Group",
    "author": "Kenny Crotty ",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/app.groupfilter.io\/*",
        "https:\/\/api.groupfilter.io\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "robot-background.js",
                "robot-content.js",
                "styles.scss",
                "script.js"
            ],
            "matches": [
                "https:\/\/app.groupfilter.io\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "GroupFilter for Facebook\u2122"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.groupfilter.io\/*",
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}