Disable Web Fonts

Disables use of custom web fonts on all websites

O que é Disable Web Fonts?

Disable Web Fonts é uma extensão do Chrome desenvolvida por http://captnemo.in, e sua principal característica é "Disables use of custom web fonts on all websites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Disable Web Fonts

Baixe arquivos de extensão Disable Web Fonts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
URL Oficial https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Descrição Disables use of custom web fonts on all websites
Tamanho do Arquivo 18.21 KB
Contagem de Instalações 632
Versão Atual 0.4.1
Última Atualização 2019-03-25
Data de Publicação 2019-03-25
Classificação 3.06/5 Total de 17 Avaliações
Desenvolvedor http://captnemo.in
Tipo de Pagamento free
Site da Extensão https://github.com/captn3m0/disable-custom-fonts
URL da Página de Ajuda https://github.com/captn3m0/disable-custom-fonts/issues
Idiomas Suportados 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"
    }
}