Fix Facebook

Fix font errors on the interface of Facebook and Messenger

Что такое Fix Facebook?

Fix Facebook - это расширение Chrome, разработанное https://cunghoctot.vn, и его основная функция - "Fix font errors on the interface of Facebook and Messenger".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Fix Facebook

Скачайте файлы расширений 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
Официальный 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
}