Fix Lỗi Font FB - Thắng DGM

Fix Lỗi Font FB - Thắng DGM

Apa itu Fix Lỗi Font FB - Thắng DGM?

Fix Lỗi Font FB - Thắng DGM adalah ekstensi Chrome yang dikembangkan oleh https://www.thang-dgm.com, dan fitur utamanya adalah "Fix Lỗi Font FB - Thắng DGM".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fix Lỗi Font FB - Thắng DGM

Unduh file ekstensi Fix Lỗi Font FB - Thắng DGM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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.                    

Informasi Dasar Ekstensi

Nama Fix Lỗi Font FB - Thắng DGM Fix Lỗi Font FB - Thắng DGM
ID ojfkagpkgjcldkmdgplciabckajeooji
URL Resmi https://chromewebstore.google.com/detail/fix-l%E1%BB%97i-font-fb-th%E1%BA%AFng-dgm/ojfkagpkgjcldkmdgplciabckajeooji
Deskripsi Fix Lỗi Font FB - Thắng DGM
Ukuran File 63.8 KB
Jumlah Instalasi 8,000
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-02-01
Tanggal Publikasi 2020-12-06
Penilaian 4.93/5 Total 14 Penilaian
Pengembang https://www.thang-dgm.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.thang-dgm.com/
URL Halaman Bantuan https://www.thang-dgm.com/
Bahasa yang Didukung 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"
            ]
        }
    ]
}