Disable Web Fonts

Disables use of custom web fonts on all websites

Was ist Disable Web Fonts?

Disable Web Fonts ist eine Chrome-Erweiterung, die von http://captnemo.in entwickelt wurde, und ihr Hauptmerkmal ist "Disables use of custom web fonts on all websites".

Erweiterungsscreenshots

screenshot
screenshot

Disable Web Fonts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable Web Fonts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
Offizielle URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Beschreibung Disables use of custom web fonts on all websites
Dateigröße 18.21 KB
Installationsanzahl 632
Aktuelle Version 0.4.1
Letztes Update 2019-03-25
Veröffentlichungsdatum 2019-03-25
Bewertung 3.06/5 Insgesamt 17 Bewertungen
Entwickler http://captnemo.in
Zahlungsart free
Erweiterungswebsite https://github.com/captn3m0/disable-custom-fonts
Hilfeseite URL https://github.com/captn3m0/disable-custom-fonts/issues
Unterstützte Sprachen 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"
    }
}