Disable Web Fonts

Disables use of custom web fonts on all websites

Disable Web Fonts là gì?

Disable Web Fonts là một tiện ích mở rộng Chrome được phát triển bởi http://captnemo.in, và tính năng chính của nó là "Disables use of custom web fonts on all websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable Web Fonts

Tải xuống các tệp mở rộng Disable Web Fonts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
URL Chính Thức https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Mô tả Disables use of custom web fonts on all websites
Kích Thước Tệp 18.21 KB
Số Lần Cài Đặt 632
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2019-03-25
Ngày Phát Hành 2019-03-25
Đánh Giá 3.06/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://captnemo.in
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/captn3m0/disable-custom-fonts
URL Trang Trợ Giúp https://github.com/captn3m0/disable-custom-fonts/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}