Disable Web Fonts

Disables use of custom web fonts on all websites

ما هو Disable Web Fonts؟

Disable Web Fonts هو إضافة Chrome تم تطويرها بواسطة http://captnemo.in، والميزة الرئيسية لها هي "Disables use of custom web fonts on all websites".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Disable Web Fonts

قم بتنزيل ملفات الامتداد Disable Web Fonts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}