Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

什麼是Faceook Unfriend in bluk?

Faceook Unfriend in bluk是由ahsamimtiaz開發的Chrome擴展程式,該擴展的主要功能是“Google chrome extention for removing friends in bluk”。

擴展截圖

screenshot

下載Faceook Unfriend in bluk擴展crx文件

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

擴展使用說明

                        Google chrome extension for removing friends in bluk on just one click
steps form unfriending friends in bulk
(a) Go to m.facebook.com
(b) click on your profile 
(c) click on see all friends button
(d) Extention will automatically add a button when you click on it , it will start unfriending you can stop by click on stop button                    

擴展基本資訊

名稱 Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
官方網址 https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
簡介 Google chrome extention for removing friends in bluk
檔案大小 28.39 KB
安裝次數 113
目前版本 1.0
更新時間 2022-08-22
上架時間 2022-08-15
開發者 ahsamimtiaz
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceook Unfriend in bluk",
    "description": "Google chrome extention for removing friends in bluk",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "128": "icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/profile.php?v=friend*",
                "https:\/\/m.facebook.com\/*\/friends*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}