Fix Facebook
Fix font errors on the interface of Facebook and Messenger
Fix Facebook란 무엇입니까?
Fix Facebook은(는) https://cunghoctot.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix font errors on the interface of Facebook and Messenger"입니다.
확장 프로그램 스크린샷
Fix Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 URL | https://cunghoctot.vn/forum/page/support |
개인정보 보호 정책 페이지 URL | 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 } |