UnFriendAll

unfriend your facebook contacts

Was ist UnFriendAll?

UnFriendAll ist eine Chrome-Erweiterung, die von https://www.momiplay.com entwickelt wurde, und ihr Hauptmerkmal ist "unfriend your facebook contacts".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

UnFriendAll-Erweiterungs-CRX-Datei herunterladen

Laden Sie UnFriendAll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!                    

Grundlegende Informationen zur Erweiterung

Name UnFriendAll UnFriendAll
ID hepfdojjepkcbjibihddkangmhecjifk
Offizielle URL https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk
Beschreibung unfriend your facebook contacts
Dateigröße 241 KB
Installationsanzahl 601
Aktuelle Version 1.0
Letztes Update 2021-08-13
Veröffentlichungsdatum 2021-08-12
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler https://www.momiplay.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.momiplay.com
Hilfeseite URL https://www.momiplay.com/73.html
URL der Datenschutzrichtlinien-Seite https://mypdfclub.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnFriendAll",
    "description": "unfriend your facebook contacts",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "storage",
        "webNavigation",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/m.facebook.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "UnFriendAll",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/friends\/center\/friends*"
            ],
            "css": [
                "css\/style-content.css",
                "css\/layer.css"
            ],
            "js": [
                "js\/jquery-2.2.1.js",
                "js\/layer.js",
                "js\/content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 3
}