Fix Lỗi Font FB - Thắng DGM
Fix Lỗi Font FB - Thắng DGM
Wat is Fix Lỗi Font FB - Thắng DGM?
Fix Lỗi Font FB - Thắng DGM is een Chrome-extensie ontwikkeld door https://www.thang-dgm.com, en de belangrijkste functie is "Fix Lỗi Font FB - Thắng DGM".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Lỗi Font FB - Thắng DGM
Download Fix Lỗi Font FB - Thắng DGM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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. Basisinformatie over de Extensie
| Naam | |
| ID | ojfkagpkgjcldkmdgplciabckajeooji |
| Officiële URL | https://chromewebstore.google.com/detail/fix-l%E1%BB%97i-font-fb-th%E1%BA%AFng-dgm/ojfkagpkgjcldkmdgplciabckajeooji |
| Beschrijving | Fix Lỗi Font FB - Thắng DGM |
| Bestandsgrootte | 63.8 KB |
| Aantal Installaties | 8,000 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-02-01 |
| Publicatiedatum | 2020-12-06 |
| Beoordeling | 4.93/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://www.thang-dgm.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.thang-dgm.com/ |
| Help Pagina-URL | https://www.thang-dgm.com/ |
| Ondersteunde Talen | 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"
]
}
]
} | |