GroupFilter for Facebook™

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

Cos'è GroupFilter for Facebook™?

GroupFilter for Facebook™ è un'estensione di Chrome sviluppata da https://groupfilter.io, e la sua funzione principale è "Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GroupFilter for Facebook™

Scarica i file di estensione GroupFilter for Facebook™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GroupFilter for Facebook™ GroupFilter for Facebook™
ID cdagifmianmcjaikddlepjhdmaleninb
URL Ufficiale https://chromewebstore.google.com/detail/groupfilter-for-facebook/cdagifmianmcjaikddlepjhdmaleninb
Descrizione Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group
Dimensione del File 1.07 MB
Conteggio Installazioni 2,000
Versione Corrente 2.0.3
Ultimo Aggiornamento 2023-10-11
Data di Pubblicazione 2021-06-19
Valutazione 3.36/5 Totale 33 Valutazioni
Sviluppatore https://groupfilter.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://groupfilter.io/
URL della Pagina di Aiuto https://friendfilter.freshdesk.com/support/home
URL della Pagina della Politica sulla Privacy https://friendfilter.io/privacy-policy
Lingue Supportate 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'"
    }
}