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 |
| 官方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"
]
} | |