Facebook Friends Remover 2022

It will Delete your Friends on the base of your input value

Facebook Friends Remover 2022 là gì?

Facebook Friends Remover 2022 là một tiện ích mở rộng Chrome được phát triển bởi zakirullahkhan6269, và tính năng chính của nó là "It will Delete your Friends on the base of your input value".

Ả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 Facebook Friends Remover 2022

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

                        Download the extension:
1- Click on the Extension Icon
2- Follow the first step that your friend list will load
3- After the first step then follow the second step
4- Then click on the button that you want to remove the friend on the base of you input value
5- Enjoy!                    

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

Tên Facebook Friends Remover 2022 Facebook Friends Remover 2022
ID dibacpdoihcjinhfmbdjnlcajneceebc
URL Chính Thức https://chrome.google.com/webstore/detail/facebook-friends-remover/dibacpdoihcjinhfmbdjnlcajneceebc
Mô tả It will Delete your Friends on the base of your input value
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 237
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2022-03-25
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển zakirullahkhan6269
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Friends Remover 2022",
    "short_name": "FBFR",
    "version": "1.2",
    "manifest_version": 3,
    "description": "It will Delete your Friends on the base of your input value",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "FBFR",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}