UnFriendAll

unfriend your facebook contacts

Cos'è UnFriendAll?

UnFriendAll è un'estensione di Chrome sviluppata da https://www.momiplay.com, e la sua funzione principale è "unfriend your facebook contacts".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UnFriendAll

Scarica i file di estensione UnFriendAll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome UnFriendAll UnFriendAll
ID hepfdojjepkcbjibihddkangmhecjifk
URL Ufficiale https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk
Descrizione unfriend your facebook contacts
Dimensione del File 241 KB
Conteggio Installazioni 601
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-13
Data di Pubblicazione 2021-08-12
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore https://www.momiplay.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.momiplay.com
URL della Pagina di Aiuto https://www.momiplay.com/73.html
URL della Pagina della Politica sulla Privacy https://mypdfclub.com/privacy-policy
Lingue Supportate 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
}