Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
ما هو Messenger - Theme Selector؟
Messenger - Theme Selector هو إضافة Chrome تم تطويرها بواسطة https://morningtrain.dk، والميزة الرئيسية لها هي "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Messenger - Theme Selector
قم بتنزيل ملفات الامتداد Messenger - Theme Selector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.
معلومات أساسية عن التمديد
الاسم | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
الوصف | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
حجم الملف | 85.11 KB |
عدد التثبيتات | 1,196 |
النسخة الحالية | 1.6 |
آخر تحديث | 2019-10-11 |
تاريخ النشر | 2019-10-11 |
تقييم | 3.40/5 مجموع تقييمات 55 |
المطور | https://morningtrain.dk |
نوع الدفع | free |
موقع الإضافة | https://morningtrain.dk/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger - Theme Selector", "version": "1.6", "manifest_version": 2, "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!", "homepage_url": "https:\/\/morningtrain.dk", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/Aj2Yt8zGd_T.png" ] } |