Block these URLs, Domains or Keywords

Site blocker. Blocks URL, Domain or URL with keywords. Redirect.

ما هو Block these URLs, Domains or Keywords؟

Block these URLs, Domains or Keywords هو إضافة Chrome تم تطويرها بواسطة https://rq-dev.github.io، والميزة الرئيسية لها هي "Site blocker. Blocks URL, Domain or URL with keywords. Redirect.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Block these URLs, Domains or Keywords

قم بتنزيل ملفات الامتداد Block these URLs, Domains or Keywords بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Help yourself to be more productive and save time!
Block distracting or harmful sites easily!

What does this extension do:
- blocks URLs;
- blocks Domains;
- blocks URLs with keywords;
- redirect blocked pages (if you want);
- saves your time;
- password available.

Why this extension is better than other site blockers:
- Totally free;
- Low CPU usage;
- No ads and popups;
- No data collecting;
- 4 color themes (red, blue, green, black);
- Simple to use.

Don't forget to allow the extension to run in incognito mode!

If you forget your password - write me a letter!                    

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

الاسم Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
عنوان URL الرسمي https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
الوصف Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
حجم الملف 310 KB
عدد التثبيتات 3,478
النسخة الحالية 4.17
آخر تحديث 2023-12-02
تاريخ النشر 2021-07-21
تقييم 4.53/5 مجموع تقييمات 77
المطور https://rq-dev.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rq-dev
عنوان صفحة المساعدة https://vk.com/rqdev
عنوان صفحة سياسة الخصوصية https://rq-dev.github.io/chrome-extensions-privacy-policy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "4.17",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "URL Block",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "options_page": "settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}