SiteBlock
An extension that blocks sites and helps you focus.
SiteBlockคืออะไร?
SiteBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gadfaria และคุณลักษณะหลักของมันคือ "An extension that blocks sites and helps you focus."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteBlock
ดาวน์โหลดไฟล์ส่วนขยาย SiteBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
คำอธิบาย | An extension that blocks sites and helps you focus. |
ขนาดไฟล์ | 62.82 KB |
จำนวนการติดตั้ง | 405 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2022-12-26 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | gadfaria |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gadfaria/site-block-extension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |