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™ https://friendfilter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FriendFilter for Facebook™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
    }
}