Disable Web Fonts

Disables use of custom web fonts on all websites

Hvad er Disable Web Fonts?

Disable Web Fonts er en Chrome-udvidelse udviklet af http://captnemo.in, og dens hovedfunktion er "Disables use of custom web fonts on all websites".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Disable Web Fonts-udvidelses-CRX-fil

Download Disable Web Fonts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
Officiel URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Beskrivelse Disables use of custom web fonts on all websites
Filstørrelse 18.21 KB
Antal Installationer 632
Nuværende Version 0.4.1
Senest Opdateret 2019-03-25
Udgivelsesdato 2019-03-25
Bedømmelse 3.06/5 Samlet 17 Bedømmelser
Udvikler http://captnemo.in
Betalingsmetode free
Udvidelseswebsted https://github.com/captn3m0/disable-custom-fonts
Hjælpeside-URL https://github.com/captn3m0/disable-custom-fonts/issues
Understøttede Sprog 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"
    }
}