Fix Lỗi Font FB - Thắng DGM

Fix Lỗi Font FB - Thắng DGM

What is Fix Lỗi Font FB - Thắng DGM?

Fix Lỗi Font FB - Thắng DGM is a Chrome extension developed by https://www.thang-dgm.com, and its main feature is "Fix Lỗi Font FB - Thắng DGM".

Extension Screenshots

screenshot

Download Fix Lỗi Font FB - Thắng DGM Extension CRX File

Download Fix Lỗi Font FB - Thắng DGM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Hỗ trợ sửa lỗi giao giao diện Facebook mới bị lỗi font hiển thị.
- Sử dụng css để thay đổi font chữ lỗi trên giao diện Facebook mới.                    

Extension Basic Information

Name Fix Lỗi Font FB - Thắng DGM Fix Lỗi Font FB - Thắng DGM
ID ojfkagpkgjcldkmdgplciabckajeooji
Official URL https://chromewebstore.google.com/detail/fix-l%E1%BB%97i-font-fb-th%E1%BA%AFng-dgm/ojfkagpkgjcldkmdgplciabckajeooji
Description Fix Lỗi Font FB - Thắng DGM
File Size 63.8 KB
Installation Count 8,000
Current Version 1.0.0
Last Updated 2021-02-01
Publish Date 2020-12-06
Rating 4.93/5 Total 14 Ratings
Developer https://www.thang-dgm.com
Email [email protected]
Payment Type free
Extension Website https://www.thang-dgm.com/
Help Page URL https://www.thang-dgm.com/
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix L\u1ed7i Font FB - Th\u1eafng DGM",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Fix L\u1ed7i Font FB - Th\u1eafng DGM",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}