FriendFilter for Facebook™

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

Co to jest FriendFilter for Facebook™?

FriendFilter for Facebook™ to rozszerzenie Chrome opracowane przez https://friendfilter.io, a jego główną funkcją jest „Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FriendFilter for Facebook™

Pobierz pliki rozszerzeń FriendFilter for Facebook™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FriendFilter for Facebook™ FriendFilter for Facebook™
ID bbahhbngjiangjdlmleihmlphoamikhg
Oficjalny URL https://chromewebstore.google.com/detail/friendfilter-for-facebook/bbahhbngjiangjdlmleihmlphoamikhg
Opis Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page
Rozmiar pliku 1013 KB
Liczba instalacji 10,000
Aktualna Wersja 6.0.9
Ostatnia Aktualizacja 2023-10-11
Data Publikacji 2020-06-14
Ocena 3.66/5 Łącznie 93 Oceny
Deweloper https://friendfilter.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://friendfilter.io/
Adres URL Strony Pomocy https://friendfilter.freshdesk.com/support/home
Adres URL Strony Polityki Prywatności https://friendfilter.io/privacy-policy
Obsługiwane Języki 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'"
    }
}