Fix Lỗi Font FB - Thắng DGM
Fix Lỗi Font FB - Thắng DGM
Was ist Fix Lỗi Font FB - Thắng DGM?
Fix Lỗi Font FB - Thắng DGM ist eine Chrome-Erweiterung, die von https://www.thang-dgm.com entwickelt wurde, und ihr Hauptmerkmal ist "Fix Lỗi Font FB - Thắng DGM".
Erweiterungsscreenshots
Fix Lỗi Font FB - Thắng DGM-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix Lỗi Font FB - Thắng DGM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojfkagpkgjcldkmdgplciabckajeooji |
Offizielle URL | https://chromewebstore.google.com/detail/fix-l%E1%BB%97i-font-fb-th%E1%BA%AFng-dgm/ojfkagpkgjcldkmdgplciabckajeooji |
Beschreibung | Fix Lỗi Font FB - Thắng DGM |
Dateigröße | 63.8 KB |
Installationsanzahl | 8,000 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-02-01 |
Veröffentlichungsdatum | 2020-12-06 |
Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
Entwickler | https://www.thang-dgm.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.thang-dgm.com/ |
Hilfeseite URL | https://www.thang-dgm.com/ |
Unterstützte Sprachen | 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" ] } ] } |