Site Restricter
Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
什麼是Site Restricter?
Site Restricter是由LN開發的Chrome擴展程式,該擴展的主要功能是“Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity”。
擴展截圖
下載Site Restricter擴展crx文件
下載Site Restricter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Too many distractions? Want to limit access to certain sites? This extension helps you control that. Add URLs of sites you don't want to visit. When you change your mind, just remove them from the list and regain access! Features: - Control access to sites by adding or deleting them individually - One Click Add / Clear All Functionalities - Simple Design - Easy to use
擴展基本資訊
名稱 | Site Restricter |
ID | kbokniiapoadjhhkmnlpndgeambahghk |
官方網址 | https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk |
簡介 | Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity |
檔案大小 | 10.83 KB |
安裝次數 | 50 |
目前版本 | 0.0.5 |
更新時間 | 2021-10-30 |
上架時間 | 2021-10-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | LN |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Restricter", "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity", "version": "0.0.5", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Site Restricter" }, "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |