Mess

A Discord skin for messenger.com

Messとは何ですか?

Messはdanboveyによって開発されたChromeの拡張機能で、その主な機能は「A Discord skin for messenger.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Mess拡張機能のCRXファイルをダウンロード

Mess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Mess Mess
ID hpjbefeabedbcmieiedpnhpngeacjamg
公式URL https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg
説明 A Discord skin for messenger.com
ファイルサイズ 1.14 MB
インストール数 273
現在のバージョン 1.0.9
最終更新日 2018-04-03
公開日 2018-04-03
評価 4.31/5 合計 16 レビュー
開発者 danbovey
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/danbovey/Mess
ヘルプページのURL https://github.com/danbovey/Mess/issues
対応言語 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"
    ]
}