Simple Site Blocker
Block websites easily. Stay focused.
什麼是Simple Site Blocker?
Simple Site Blocker是由b4rtaz開發的Chrome擴展程式,該擴展的主要功能是“Block websites easily. Stay focused.”。
擴展截圖
下載Simple Site Blocker擴展crx文件
下載Simple Site Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites. This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.
擴展基本資訊
名稱 | Simple Site Blocker |
ID | akhfampbeegijbknnencolmclbnaceab |
官方網址 | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
簡介 | Block websites easily. Stay focused. |
檔案大小 | 36.88 KB |
安裝次數 | 1,663 |
目前版本 | 0.1.1 |
更新時間 | 2023-06-25 |
上架時間 | 2020-10-22 |
評分 | 4.64/5 共 11 次評分 |
開發者 | b4rtaz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/b4rtaz/simple-site-blocker |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Site Blocker", "version": "0.1.1", "description": "Block websites easily. Stay focused.", "author": "Bartlomiej Tadych", "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Simple Site Blocker", "default_popup": "popup.html", "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" } }, "background": { "scripts": [ "api.js", "background.js" ] }, "web_accessible_resources": [ "blocked.html", "blocked.css", "blocked.js", "api.js" ], "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |