Fix Facebook
Fix font errors on the interface of Facebook and Messenger
ما هو Fix Facebook؟
Fix Facebook هو إضافة Chrome تم تطويرها بواسطة https://cunghoctot.vn، والميزة الرئيسية لها هي "Fix font errors on the interface of Facebook and Messenger".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fix Facebook
قم بتنزيل ملفات الامتداد Fix Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The new Facebook interface is quite spacious, the options are made larger, and the content is larger, providing a clear visual feel. However, some people complain about font errors when using the Facebook and Messenger interfaces. How to fix the above problem? To solve the above problem, follow the steps below: - Step 1: Click the button above "Add to Chrome" - Step 2: Click on the option "Add to add-ons" - Step 3: Reload the Facebook or Messenger page and see the changes With the above simple steps you have overcome the font error on the new interface of Facebook and Messenger. Good luck!
معلومات أساسية عن التمديد
الاسم | |
ID | khofkolffpncpolmlealilmhajmalfbe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fix-facebook/khofkolffpncpolmlealilmhajmalfbe |
الوصف | Fix font errors on the interface of Facebook and Messenger |
حجم الملف | 194 KB |
عدد التثبيتات | 50,000 |
النسخة الحالية | 6.1 |
آخر تحديث | 2022-04-29 |
تاريخ النشر | 2020-09-04 |
تقييم | 4.74/5 مجموع تقييمات 172 |
المطور | https://cunghoctot.vn |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cunghoctot.vn |
عنوان صفحة المساعدة | https://cunghoctot.vn/forum/page/support |
عنوان صفحة سياسة الخصوصية | https://cunghoctot.vn/policies/security |
اللغات المدعومة | ms,de,en,fr,vi,tr,sv,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "author": "HT Team", "default_locale": "en", "version": "6.1", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "manifest_version": 3 } |