Mess

A Discord skin for messenger.com

Messคืออะไร?

Mess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danbovey และคุณลักษณะหลักของมันคือ "A Discord skin for messenger.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mess

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}