SiteBlock
An extension that blocks sites and helps you focus.
什麼是SiteBlock?
SiteBlock是由gadfaria開發的Chrome擴展程式,該擴展的主要功能是“An extension that blocks sites and helps you focus.”。
擴展截圖
下載SiteBlock擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |