Messenger Clean Up

Removes Facebook instant game notifications from messenger.com and facebook.com

Cos'è Messenger Clean Up?

Messenger Clean Up è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes Facebook instant game notifications from messenger.com and facebook.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Messenger Clean Up

Scarica i file di estensione Messenger Clean Up 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

                        Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com                    

Informazioni di Base sull'Estensione

Nome Messenger Clean Up Messenger Clean Up
ID ehlignmalehipfgjncjmngndbgpjehed
URL Ufficiale https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed
Descrizione Removes Facebook instant game notifications from messenger.com and facebook.com
Dimensione del File 11.46 KB
Conteggio Installazioni 714
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-08
Data di Pubblicazione 2017-01-08
Valutazione 3.50/5 Totale 12 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger Clean Up",
    "version": "1.0",
    "description": "Removes Facebook instant game notifications from messenger.com and facebook.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.messenger.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}