Fix Facebook
Fix font errors on the interface of Facebook and Messenger
Was ist Fix Facebook?
Fix Facebook ist eine Chrome-Erweiterung, die von https://cunghoctot.vn entwickelt wurde, und ihr Hauptmerkmal ist "Fix font errors on the interface of Facebook and Messenger".
Erweiterungsscreenshots
Fix Facebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix Facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | khofkolffpncpolmlealilmhajmalfbe |
Offizielle URL | https://chrome.google.com/webstore/detail/fix-facebook/khofkolffpncpolmlealilmhajmalfbe |
Beschreibung | Fix font errors on the interface of Facebook and Messenger |
Dateigröße | 194 KB |
Installationsanzahl | 50,000 |
Aktuelle Version | 6.1 |
Letztes Update | 2022-04-29 |
Veröffentlichungsdatum | 2020-09-04 |
Bewertung | 4.74/5 Insgesamt 172 Bewertungen |
Entwickler | https://cunghoctot.vn |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cunghoctot.vn |
Hilfeseite URL | https://cunghoctot.vn/forum/page/support |
URL der Datenschutzrichtlinien-Seite | https://cunghoctot.vn/policies/security |
Unterstützte Sprachen | 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 } |