Mess
A Discord skin for messenger.com
Co to jest Mess?
Mess to rozszerzenie Chrome opracowane przez danbovey, a jego główną funkcją jest „A Discord skin for messenger.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mess
Pobierz pliki rozszerzeń Mess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpjbefeabedbcmieiedpnhpngeacjamg |
| Oficjalny URL | https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg |
| Opis | A Discord skin for messenger.com |
| Rozmiar pliku | 1.14 MB |
| Liczba instalacji | 273 |
| Aktualna Wersja | 1.0.9 |
| Ostatnia Aktualizacja | 2018-04-03 |
| Data Publikacji | 2018-04-03 |
| Ocena | 4.31/5 Łącznie 16 Oceny |
| Deweloper | danbovey |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/danbovey/Mess |
| Adres URL Strony Pomocy | https://github.com/danbovey/Mess/issues |
| Obsługiwane Języki | 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"
]
} | |