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文件
下载Fix Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |