Mess
A Discord skin for messenger.com
Что такое Mess?
Mess - это расширение Chrome, разработанное danbovey, и его основная функция - "A Discord skin for messenger.com".
Снимки экрана расширения
Скачать файл 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 Основная информация о расширении
| Название | |
| 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"
]
} | |