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™ là gì?

GroupFilter for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi https://groupfilter.io, và tính năng chính của nó là "Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GroupFilter for Facebook™

Tải xuống các tệp mở rộng GroupFilter for Facebook™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GroupFilter for Facebook™ GroupFilter for Facebook™
ID cdagifmianmcjaikddlepjhdmaleninb
URL Chính Thức https://chromewebstore.google.com/detail/groupfilter-for-facebook/cdagifmianmcjaikddlepjhdmaleninb
Mô tả Manage your Group, track posts and posts engagement by members and locate inactive members to remove from your Facebook™ Group
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2021-06-19
Đánh Giá 3.36/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://groupfilter.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://groupfilter.io/
URL Trang Trợ Giúp https://friendfilter.freshdesk.com/support/home
URL Trang Chính Sách Bảo Mật https://friendfilter.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}