Web Blocker

Block unlimited website for free

Web Blockerคืออะไร?

Web Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webblockerextension.com และคุณลักษณะหลักของมันคือ "Block unlimited website for free"

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

screenshot
screenshot
screenshot

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

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

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

                        Boost productivity and performance by blocking distracting websites.


Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.

Features:

1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links

For questions and suggestions please email us
[email protected]                    

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

ชื่อ Web Blocker Web Blocker
ID hmfcoeeicamgkocaflbdhjjibdlglbfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg
คำอธิบาย Block unlimited website for free
ขนาดไฟล์ 487 KB
จำนวนการติดตั้ง 5,495
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-11-17
วันที่เผยแพร่ 2022-07-07
คะแนน 4.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://webblockerextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webblockerextension.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Blocker",
    "description": "Block unlimited website for free",
    "version": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "32": "\/images\/Logo-32.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "32": "\/images\/Logo-32.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "options_page": "option\/index.html"
}