dev messenger
applies a dark console like theme to facebook messenger
ما هو dev messenger؟
dev messenger هو إضافة Chrome تم تطويرها بواسطة attiewilly، والميزة الرئيسية لها هي "applies a dark console like theme to facebook messenger".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة dev messenger
قم بتنزيل ملفات الامتداد dev messenger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes
معلومات أساسية عن التمديد
الاسم | dev messenger |
ID | omhmoiolkafieenilfphinccnecpenlc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc |
الوصف | applies a dark console like theme to facebook messenger |
حجم الملف | 339 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 2.3 |
آخر تحديث | 2016-10-30 |
تاريخ النشر | 2016-10-30 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | attiewilly |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dev messenger", "version": "2.3", "description": "applies a dark console like theme to facebook messenger", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "dev messenger" }, "permissions": [ "tabs", "https:\/\/www.messenger.com\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [], "js": [ "jquery-1.11.2.min.js", "makeItNicer.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |