Mess

A Discord skin for messenger.com

Apa itu Mess?

Mess adalah ekstensi Chrome yang dikembangkan oleh danbovey, dan fitur utamanya adalah "A Discord skin for messenger.com".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mess

Unduh file ekstensi Mess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mess Mess
ID hpjbefeabedbcmieiedpnhpngeacjamg
URL Resmi https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg
Deskripsi A Discord skin for messenger.com
Ukuran File 1.14 MB
Jumlah Instalasi 273
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2018-04-03
Tanggal Publikasi 2018-04-03
Penilaian 4.31/5 Total 16 Penilaian
Pengembang danbovey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/danbovey/Mess
URL Halaman Bantuan https://github.com/danbovey/Mess/issues
Bahasa yang Didukung 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"
    ]
}