WebLock
Simple website locker
WebLockคืออะไร?
WebLock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Perraco Labs และคุณลักษณะหลักของมันคือ "Simple website locker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebLock
ดาวน์โหลดไฟล์ส่วนขยาย WebLock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Temporarily block access to a list of websites. When blocking is enabled, any of the desired websites will display an error every time access is attempted. You can also set a PIN to access the extension and disable the lock. It is possible to block only subdomains or subdirectories, instead of an entire website. See some examples in the extension itself.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
คำอธิบาย | Simple website locker |
ขนาดไฟล์ | 26.43 KB |
จำนวนการติดตั้ง | 420 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-11-03 |
วันที่เผยแพร่ | 2022-11-03 |
ผู้พัฒนา | Perraco Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.perracolabs.com/privacy-policy-chrome-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebLock", "description": "Simple website locker", "version": "1.0", "icons": { "128": "icon_off.png" }, "minimum_chrome_version": "92", "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "page_main.html" } } |