Website Blocker

Easily block an unlimited number of websites using this free browser extension.

Website Blockerคืออะไร?

Website Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muskybroom และคุณลักษณะหลักของมันคือ "Easily block an unlimited number of websites using this free browser extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Website Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Why install this browser extension?

🚫 Easily block as many websites as you want.

💲 Completely free.

📚 Boost your productivity, avoid distractions, stop procrastination and stay focused.

⏲️ See how long each website has been blocked for. This feature motivates you to keep websites blocked. Once you unblock a website the timer is reset to zero. Challenge yourself to see how long you can go!

🔒 The only permission needed is 'Block content on any page you visit'. That's it. This means that you can be reassured that your privacy and security is protected. No user data is collected.


How To Use:
1) Click on the extension icon to bring up the popup window.
2) In the popup window, click the link to go to the settings page.
3) In the text field, enter the URL of a website (e.g. example.com) that you want to block and then press add.
4) Your browser will then be blocked from visiting that website. This includes embeds.
5) To unblock a website, click on the trash can icon for that website.

Note:
The text that you enter in order to block a website is used as a URL filter. This means that any URL containing that text is blocked. For example, both "example.com" and "ple.com" will block the browser from visiting the URL "http://example.com/".

If you like this extension, a rating would be very much appreciated. 😊                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website Blocker Website Blocker
ID pohdmcmfjhjnocjjhoobmhbgonebakad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-blocker/pohdmcmfjhjnocjjhoobmhbgonebakad
คำอธิบาย Easily block an unlimited number of websites using this free browser extension.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 1,476
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2021-08-11
วันที่เผยแพร่ 2021-07-06
คะแนน 4.79/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา muskybroom
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily block an unlimited number of websites using this free browser extension.",
    "version": "1.1.6",
    "manifest_version": 3,
    "name": "Website Blocker",
    "author": "George Church",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}