Disable Web Fonts

Disables use of custom web fonts on all websites

Apa itu Disable Web Fonts?

Disable Web Fonts adalah ekstensi Chrome yang dikembangkan oleh http://captnemo.in, dan fitur utamanya adalah "Disables use of custom web fonts on all websites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Disable Web Fonts

Unduh file ekstensi Disable Web Fonts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
URL Resmi https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
Deskripsi Disables use of custom web fonts on all websites
Ukuran File 18.21 KB
Jumlah Instalasi 632
Versi Saat Ini 0.4.1
Terakhir Diperbarui 2019-03-25
Tanggal Publikasi 2019-03-25
Penilaian 3.06/5 Total 17 Penilaian
Pengembang http://captnemo.in
Tipe Pembayaran free
Situs Ekstensi https://github.com/captn3m0/disable-custom-fonts
URL Halaman Bantuan https://github.com/captn3m0/disable-custom-fonts/issues
Bahasa yang Didukung 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"
    }
}