UnFriendAll

unfriend your facebook contacts

Qu'est-ce que UnFriendAll ?

UnFriendAll est une extension Chrome développée par https://www.momiplay.com, et sa fonction principale est "unfriend your facebook contacts".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UnFriendAll

Téléchargez les fichiers d'extension UnFriendAll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UnFriendAll UnFriendAll
ID hepfdojjepkcbjibihddkangmhecjifk
URL Officiel https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk
Description unfriend your facebook contacts
Taille du Fichier 241 KB
Nombre d'Installations 601
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-13
Date de Publication 2021-08-12
Évaluation 3.50/5 Total 4 Évaluations
Développeur https://www.momiplay.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.momiplay.com
URL de la Page d'Aide https://www.momiplay.com/73.html
URL de la Page de Politique de Confidentialité https://mypdfclub.com/privacy-policy
Langues Prises en Charge 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
}