GroupFilter for Facebook™

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

GroupFilter for Facebook™ क्या है?

GroupFilter for Facebook™ https://groupfilter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GroupFilter for Facebook™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GroupFilter for Facebook™ GroupFilter for Facebook™
ID cdagifmianmcjaikddlepjhdmaleninb
आधिकारिक URL https://chromewebstore.google.com/detail/groupfilter-for-facebook/cdagifmianmcjaikddlepjhdmaleninb
विवरण Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 2,000
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2021-06-19
रेटिंग 3.36/5 कुल 33 रेटिंग्स
डेवलपर https://groupfilter.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://groupfilter.io/
सहायता पृष्ठ URL https://friendfilter.freshdesk.com/support/home
गोपनीयता नीति पृष्ठ URL https://friendfilter.io/privacy-policy
समर्थित भाषाएँ 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'"
    }
}