Disable Web Fonts

Disables use of custom web fonts on all websites

Cos'è Disable Web Fonts?

Disable Web Fonts è un'estensione di Chrome sviluppata da http://captnemo.in, e la sua funzione principale è "Disables use of custom web fonts on all websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Disable Web Fonts

Scarica i file di estensione Disable Web Fonts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
URL Ufficiale https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Descrizione Disables use of custom web fonts on all websites
Dimensione del File 18.21 KB
Conteggio Installazioni 632
Versione Corrente 0.4.1
Ultimo Aggiornamento 2019-03-25
Data di Pubblicazione 2019-03-25
Valutazione 3.06/5 Totale 17 Valutazioni
Sviluppatore http://captnemo.in
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/captn3m0/disable-custom-fonts
URL della Pagina di Aiuto https://github.com/captn3m0/disable-custom-fonts/issues
Lingue Supportate 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"
    }
}