Fix Facebook
Fix font errors on the interface of Facebook and Messenger
Vad är Fix Facebook?
Fix Facebook är en Chrome-tillägg utvecklad av https://cunghoctot.vn, och dess huvudfunktion är "Fix font errors on the interface of Facebook and Messenger".
Tilläggsskärmbilder
Ladda ner Fix Facebook-förlängningens CRX-fil
Ladda ner Fix Facebook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | khofkolffpncpolmlealilmhajmalfbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/fix-facebook/khofkolffpncpolmlealilmhajmalfbe |
Beskrivning | Fix font errors on the interface of Facebook and Messenger |
Filstorlek | 194 KB |
Antal Installationer | 50,000 |
Aktuell Version | 6.1 |
Senast Uppdaterad | 2022-04-29 |
Publiceringsdatum | 2020-09-04 |
Betyg | 4.74/5 Totalt 172 Betyg |
Utvecklare | https://cunghoctot.vn |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://cunghoctot.vn |
Hjälpsida URL | https://cunghoctot.vn/forum/page/support |
URL till Sekretesspolicy Sidan | https://cunghoctot.vn/policies/security |
Stödda Språk | 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 } |