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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://vk.com/rqdev
URL หน้านโยบายความเป็นส่วนตัว 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": [
                ""
            ]
        }
    ]
}