Mess
A Discord skin for messenger.com
什麼是Mess?
Mess是由danbovey開發的Chrome擴展程式,該擴展的主要功能是“A Discord skin for messenger.com”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | hpjbefeabedbcmieiedpnhpngeacjamg |
| 官方網址 | 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"
]
} | |