X-blocker

Blocks incoming things from the web.

ما هو X-blocker؟

X-blocker هو إضافة Chrome تم تطويرها بواسطة Rudie Dirkx، والميزة الرئيسية لها هي "Blocks incoming things from the web.".

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

screenshot

تحميل ملف CRX للإضافة X-blocker

قم بتنزيل ملفات الامتداد X-blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block.

For instance, block all `nicescroll.js` scripts.                    

معلومات أساسية عن التمديد

الاسم X-blocker X-blocker
ID klfccdpgijdpcojlaohmnccfpdomgadh
عنوان URL الرسمي https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh
الوصف Blocks incoming things from the web.
حجم الملف 18.7 KB
عدد التثبيتات 817
النسخة الحالية 1.10
آخر تحديث 2023-05-13
تاريخ النشر 2016-03-23
تقييم 5.00/5 مجموع تقييمات 1
المطور Rudie Dirkx
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/rudiedirkx/xblocker-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X-blocker",
    "description": "Blocks incoming things from the web.",
    "version": "1.10",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "xblocker.sw.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_title": "X-blocker - Click to toggle & reload",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}