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開發的Chrome擴展程式,該擴展的主要功能是“Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group”。

擴展截圖

screenshot
screenshot

下載GroupFilter for Facebook™擴展crx文件

下載GroupFilter for Facebook™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
    }
}