FriendFilter for Facebook™

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

FriendFilter for Facebook™คืออะไร?

FriendFilter for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friendfilter.io และคุณลักษณะหลักของมันคือ "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FriendFilter for Facebook™

ดาวน์โหลดไฟล์ส่วนขยาย FriendFilter for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FriendFilter for Facebook™ FriendFilter for Facebook™
ID bbahhbngjiangjdlmleihmlphoamikhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/friendfilter-for-facebook/bbahhbngjiangjdlmleihmlphoamikhg
คำอธิบาย Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page
ขนาดไฟล์ 1013 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 6.0.9
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2020-06-14
คะแนน 3.66/5 รวมทั้งหมด 93 คะแนน
ผู้พัฒนา https://friendfilter.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://friendfilter.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": "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'"
    }
}