Disable Web Fonts

Disables use of custom web fonts on all websites

什么是Disable Web Fonts?

Disable Web Fonts是由http://captnemo.in开发的Chrome扩展程序,该扩展的主要功能是“Disables use of custom web fonts on all websites”。

扩展截图

screenshot
screenshot

下载Disable Web Fonts扩展crx文件

下载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"
    }
}