Disable Web Fonts

Disables use of custom web fonts on all websites

Disable Web Fontsคืออะไร?

Disable Web Fonts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://captnemo.in และคุณลักษณะหลักของมันคือ "Disables use of custom web fonts on all websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Web Fonts

ดาวน์โหลดไฟล์ส่วนขยาย Disable Web Fonts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ##Save Bandwidth##

Disables use of custom web fonts with the following extensions:

- woff
- ttf
- otf
- woff2
- eot

Source code is available at https://github.com/captn3m0/disable-web-fonts

It blocks all requests to any filenames that end with the above extensions. 

Please file issues and pull requests on GitHub: https://github.com/captn3m0/disable-web-fonts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
คำอธิบาย Disables use of custom web fonts on all websites
ขนาดไฟล์ 18.21 KB
จำนวนการติดตั้ง 632
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2019-03-25
วันที่เผยแพร่ 2019-03-25
คะแนน 3.06/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา http://captnemo.in
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/captn3m0/disable-custom-fonts
URL หน้าช่วยเหลือ https://github.com/captn3m0/disable-custom-fonts/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Web Fonts",
    "description": "Disables use of custom web fonts on all websites",
    "manifest_version": 2,
    "version": "0.4.1",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "author": "Nemo",
    "icons": {
        "128": "icon.png"
    }
}