Site Blocker

Block All Unwanted Websites...

什麼是Site Blocker?

Site Blocker是由http://siteblocker.org開發的Chrome擴展程式,該擴展的主要功能是“Block All Unwanted Websites...”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Site Blocker擴展crx文件

下載Site Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Site Blocker is an essential and free extension that helps you block unwanted or malicious websites. You can block many websites together. 
 
Overview:-

Site Blocker allows you to block the websites that you do not want to appear in your search results. This is a free extension that not only protects your time by keeping the unwanted websites away but also saves you from digital threats. 
 
Features: -
 
> Blocks sites along with sub-domains 
The extension blocks all the harmful and distracting websites and provides you with a seamless internet surfing experience. 
 
> Password Protection 
You can also keep control of the options page. With password protection, only you will be able to block or unblock the websites.
 
> White List 
You can also add certain websites in the white list. The sites added in the white lists will avoid blocking settings. 
 
> Block sites including sub-domains 
You can remove all distracting and harmful websites completely, including its sub-domains. 
 
> Block many websites together 
The Website Blocker extension allows you to block many sites together. All you need to do is, paste the URLs of the websites that you want to block in the “Load Site.” 
 
> Unblock many websites together 
You can copy and paste the website URLs and unblock many websites together. 
 
Therefore, you can easily boost your productivity and stay focused on the things that require your attention with the help of this website blocker.                    

擴展基本資訊

名稱 Site Blocker Site Blocker
ID pngpnphkbafhajomnlkmcebeebdecfko
官方網址 https://chrome.google.com/webstore/detail/site-blocker/pngpnphkbafhajomnlkmcebeebdecfko
簡介 Block All Unwanted Websites...
檔案大小 530 KB
安裝次數 128
目前版本 0.4
更新時間 2021-11-14
上架時間 2021-10-18
評分 3.48/5 共 21 次評分
開發者 http://siteblocker.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.siteblocker.org
說明頁面URL https://www.siteblocker.org/support/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Site Blocker",
    "description": "Block All Unwanted Websites...",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "version": "0.4",
    "web_accessible_resources": [
        "icons\/blocked-user.png"
    ]
}