Disable Web Fonts

Disables use of custom web fonts on all websites

Wat is Disable Web Fonts?

Disable Web Fonts is een Chrome-extensie ontwikkeld door http://captnemo.in, en de belangrijkste functie is "Disables use of custom web fonts on all websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Disable Web Fonts

Download Disable Web Fonts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
Officiële URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Beschrijving Disables use of custom web fonts on all websites
Bestandsgrootte 18.21 KB
Aantal Installaties 632
Huidige Versie 0.4.1
Laatst Bijgewerkt 2019-03-25
Publicatiedatum 2019-03-25
Beoordeling 3.06/5 Totaal 17 Beoordelingen
Ontwikkelaar http://captnemo.in
Betalingswijze free
Extensiewebsite https://github.com/captn3m0/disable-custom-fonts
Help Pagina-URL https://github.com/captn3m0/disable-custom-fonts/issues
Ondersteunde Talen 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"
    }
}