Messenger View Unread

See unread threads in Messenger

Cos'è Messenger View Unread?

Messenger View Unread è un'estensione di Chrome sviluppata da mikeyla, e la sua funzione principale è "See unread threads in Messenger".

Scarica il file CRX dell'estensione Messenger View Unread

Scarica i file di estensione Messenger View Unread 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

                        If you've got the Facebook Messenger bug which doesn't show all unread messages, this adds a button to your toolbar which shows unread messages.                    

Informazioni di Base sull'Estensione

Nome Messenger View Unread Messenger View Unread
ID aohpnokaogdciojnafepflfppcpocdfd
URL Ufficiale https://chrome.google.com/webstore/detail/messenger-view-unread/aohpnokaogdciojnafepflfppcpocdfd
Descrizione See unread threads in Messenger
Dimensione del File 124 KB
Conteggio Installazioni 31
Versione Corrente 1.5
Ultimo Aggiornamento 2018-07-13
Data di Pubblicazione 2018-07-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore mikeyla
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger View Unread",
    "version": "1.5",
    "manifest_version": 2,
    "description": "See unread threads in Messenger",
    "homepage_url": "http:\/\/everythingisfilm.com",
    "author": "Michael Morgenstern",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "View Unread in Messenger"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/messenger.com\/*",
        "https:\/\/messenger.com\/*",
        "http:\/\/www.messenger.com\/*",
        "https:\/\/www.messenger.com\/*"
    ],
    "web_accessible_resources": [
        "icons\/newfavico.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ]
}