Fix Facebook
Fix font errors on the interface of Facebook and Messenger
¿Qué es Fix Facebook?
Fix Facebook es una extensión de Chrome desarrollada por https://cunghoctot.vn, y su función principal es "Fix font errors on the interface of Facebook and Messenger".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fix Facebook
Descarga archivos de extensión Fix Facebook en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | khofkolffpncpolmlealilmhajmalfbe |
URL Oficial | https://chrome.google.com/webstore/detail/fix-facebook/khofkolffpncpolmlealilmhajmalfbe |
Descripción | Fix font errors on the interface of Facebook and Messenger |
Tamaño del Archivo | 194 KB |
Cantidad de Instalaciones | 50,000 |
Versión Actual | 6.1 |
Última Actualización | 2022-04-29 |
Fecha de Publicación | 2020-09-04 |
Calificación | 4.74/5 Total de 172 Calificaciones |
Desarrollador | https://cunghoctot.vn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cunghoctot.vn |
URL de la Página de Ayuda | https://cunghoctot.vn/forum/page/support |
URL de la Página de Política de Privacidad | https://cunghoctot.vn/policies/security |
Idiomas Soportados | 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 } |