Fix Facebook

Fix font errors on the interface of Facebook and Messenger

Fix Facebook là gì?

Fix Facebook là một tiện ích mở rộng Chrome được phát triển bởi https://cunghoctot.vn, và tính năng chính của nó là "Fix font errors on the interface of Facebook and Messenger".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix Facebook

Tải xuống các tệp mở rộng Fix Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix Facebook Fix Facebook
ID khofkolffpncpolmlealilmhajmalfbe
URL Chính Thức https://chrome.google.com/webstore/detail/fix-facebook/khofkolffpncpolmlealilmhajmalfbe
Mô tả Fix font errors on the interface of Facebook and Messenger
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 6.1
Cập Nhật Lần Cuối 2022-04-29
Ngày Phát Hành 2020-09-04
Đánh Giá 4.74/5 Tổng số 172 Đánh Giá
Nhà Phát Triển https://cunghoctot.vn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cunghoctot.vn
URL Trang Trợ Giúp https://cunghoctot.vn/forum/page/support
URL Trang Chính Sách Bảo Mật https://cunghoctot.vn/policies/security
Ngôn Ngữ Được Hỗ Trợ 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
}