Materiable
Custom Material Design of Facebook
ما هو Materiable؟
Materiable هو إضافة Chrome تم تطويرها بواسطة Arif-Un، والميزة الرئيسية لها هي "Custom Material Design of Facebook".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Materiable
قم بتنزيل ملفات الامتداد Materiable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Costom Design of current facebook od desktop.Inspiring by Google Material Design.
معلومات أساسية عن التمديد
الاسم | Materiable |
ID | aoaoiammnldamfapaiejppjneffdplip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/materiable/aoaoiammnldamfapaiejppjneffdplip |
الوصف | Custom Material Design of Facebook |
حجم الملف | 103 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-10-31 |
تاريخ النشر | 2019-10-30 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Arif-Un |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Materiable", "short_name": "Material Design FB", "version": "1.0", "manifest_version": 2, "description": "Custom Material Design of Facebook", "permissions": [ "https:\/\/facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "application.js" ] } ], "options_page": "", "web_accessible_resources": [ "data" ], "icons": { "16": "icons\/16px.png", "19": "icons\/19px.png", "32": "icons\/32px.png", "38": "icons\/38px.png", "48": "icons\/48px.png", "128": "icons\/128px.png" } } |