Disable Web Fonts

Disables use of custom web fonts on all websites

Disable Web Fonts क्या है?

Disable Web Fonts http://captnemo.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables use of custom web fonts on all websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disable Web Fonts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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