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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Fix Facebook Fix Facebook
ID khofkolffpncpolmlealilmhajmalfbe
官方網址 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
}