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
公式URL 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"
    }
}