Disable Web Fonts

Disables use of custom web fonts on all websites

What is Disable Web Fonts?

Disable Web Fonts is a Chrome extension developed by http://captnemo.in, and its main feature is "Disables use of custom web fonts on all websites".

Extension Screenshots

screenshot
screenshot

Download Disable Web Fonts Extension CRX File

Download Disable Web Fonts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
Official URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Description Disables use of custom web fonts on all websites
File Size 18.21 KB
Installation Count 632
Current Version 0.4.1
Last Updated 2019-03-25
Publish Date 2019-03-25
Rating 3.06/5 Total 17 Ratings
Developer http://captnemo.in
Payment Type free
Extension Website https://github.com/captn3m0/disable-custom-fonts
Help Page URL https://github.com/captn3m0/disable-custom-fonts/issues
Supported Languages 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"
    }
}