Messenger Clean Up

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

Co je Messenger Clean Up?

Messenger Clean Up je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Removes Facebook instant game notifications from messenger.com and facebook.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Messenger Clean Up

Stáhněte si soubory rozšíření Messenger Clean Up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Messenger Clean Up Messenger Clean Up
ID ehlignmalehipfgjncjmngndbgpjehed
Oficiální URL https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed
Popis Removes Facebook instant game notifications from messenger.com and facebook.com
Velikost souboru 11.46 KB
Počet instalací 714
Aktuální Verze 1.0
Poslední Aktualizace 2017-01-08
Datum Vydání 2017-01-08
Hodnocení 3.50/5 Celkem 12 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}