FriendFilter for Facebook™

Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page

FriendFilter for Facebook™ là gì?

FriendFilter for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi https://friendfilter.io, và tính năng chính của nó là "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page".

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

screenshot

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

Tải xuống các tệp mở rộng FriendFilter 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

                        FriendFilter gives you an easy way to manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page. 

The FriendFilter 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 FriendFilter for Facebook™ FriendFilter for Facebook™
ID bbahhbngjiangjdlmleihmlphoamikhg
URL Chính Thức https://chromewebstore.google.com/detail/friendfilter-for-facebook/bbahhbngjiangjdlmleihmlphoamikhg
Mô tả Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page
Kích Thước Tệp 1013 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 6.0.9
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2020-06-14
Đánh Giá 3.66/5 Tổng số 93 Đánh Giá
Nhà Phát Triển https://friendfilter.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://friendfilter.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": "FriendFilter for Facebook\u2122",
    "version": "6.0.9",
    "description": "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook\u2122 page",
    "author": "Kenny Crotty ",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/app.friendfilter.io\/*",
        "https:\/\/api.friendfilter.io\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.js",
                "robot-background.js",
                "robot-content.js",
                "styles.scss",
                "script.js"
            ],
            "matches": [
                "https:\/\/app.friendfilter.io\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "FriendFilter 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.friendfilter.io\/*",
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}