Messages Remover For Facebook

The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.

Cos'è Messages Remover For Facebook?

Messages Remover For Facebook è un'estensione di Chrome sviluppata da Aimen Houhamdi - أيمن حوحامدي, e la sua funzione principale è "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Messages Remover For Facebook

Scarica i file di estensione Messages Remover For Facebook 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

                        The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.                    

Informazioni di Base sull'Estensione

Nome Messages Remover For Facebook Messages Remover For Facebook
ID pnekbnjndgalhmockphmkeeklaalbfoc
URL Ufficiale https://chromewebstore.google.com/detail/messages-remover-for-face/pnekbnjndgalhmockphmkeeklaalbfoc
Descrizione The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
Dimensione del File 5 MB
Conteggio Installazioni 277
Versione Corrente 5.5
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2023-11-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Aimen Houhamdi - أيمن حوحامدي
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://fb.com/aimen25cne
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messages Remover For Facebook",
    "short_name": "MR4FB",
    "version": "5.5",
    "manifest_version": 3,
    "description": "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "MR4FB",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}