Disable Web Fonts

Disables use of custom web fonts on all websites

Co to jest Disable Web Fonts?

Disable Web Fonts to rozszerzenie Chrome opracowane przez http://captnemo.in, a jego główną funkcją jest „Disables use of custom web fonts on all websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Disable Web Fonts

Pobierz pliki rozszerzeń Disable Web Fonts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
Oficjalny URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Opis Disables use of custom web fonts on all websites
Rozmiar pliku 18.21 KB
Liczba instalacji 632
Aktualna Wersja 0.4.1
Ostatnia Aktualizacja 2019-03-25
Data Publikacji 2019-03-25
Ocena 3.06/5 Łącznie 17 Oceny
Deweloper http://captnemo.in
Typ Płatności free
Strona Rozszerzenia https://github.com/captn3m0/disable-custom-fonts
Adres URL Strony Pomocy https://github.com/captn3m0/disable-custom-fonts/issues
Obsługiwane Języki 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"
    }
}