Mess
A Discord skin for messenger.com
ما هو Mess؟
Mess هو إضافة Chrome تم تطويرها بواسطة danbovey، والميزة الرئيسية لها هي "A Discord skin for messenger.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mess
قم بتنزيل ملفات الامتداد Mess بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" ] } |