Disable Web Fonts

Disables use of custom web fonts on all websites

什麼是Disable Web Fonts?

Disable Web Fonts是由http://captnemo.in開發的Chrome擴展程式,該擴展的主要功能是“Disables use of custom web fonts on all websites”。

擴展截圖

screenshot
screenshot

下載Disable Web Fonts擴展crx文件

下載Disable Web Fonts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
官方網址 https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
簡介 Disables use of custom web fonts on all websites
檔案大小 18.21 KB
安裝次數 632
目前版本 0.4.1
更新時間 2019-03-25
上架時間 2019-03-25
評分 3.06/5 共 17 次評分
開發者 http://captnemo.in
付費類型 free
擴展官網 https://github.com/captn3m0/disable-custom-fonts
說明頁面URL https://github.com/captn3m0/disable-custom-fonts/issues
支援的語言 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"
    }
}