Mess

A Discord skin for messenger.com

Cos'è Mess?

Mess è un'estensione di Chrome sviluppata da danbovey, e la sua funzione principale è "A Discord skin for messenger.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mess

Scarica i file di estensione Mess 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

                        Mess changes the appearance of messenger.com to look like Discord.

- Dark and light theme
- IRC style chat or Classic Messenger bubble chats
- Hide chat actions like voice or games if you don't use them
- Auto-expand large Imgur GIFVs                    

Informazioni di Base sull'Estensione

Nome Mess Mess
ID hpjbefeabedbcmieiedpnhpngeacjamg
URL Ufficiale https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg
Descrizione A Discord skin for messenger.com
Dimensione del File 1.14 MB
Conteggio Installazioni 273
Versione Corrente 1.0.9
Ultimo Aggiornamento 2018-04-03
Data di Pubblicazione 2018-04-03
Valutazione 4.31/5 Totale 16 Valutazioni
Sviluppatore danbovey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/danbovey/Mess
URL della Pagina di Aiuto https://github.com/danbovey/Mess/issues
Lingue Supportate en,en-US,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mess",
    "description": "A Discord skin for messenger.com",
    "author": "Dan Bovey",
    "version": "1.0.9",
    "minimum_chrome_version": "36",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.messenger.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.svg",
        "img\/*.png",
        "font\/*.ttf"
    ]
}