X-blocker

Blocks incoming things from the web.

什麼是X-blocker?

X-blocker是由Rudie Dirkx開發的Chrome擴展程式,該擴展的主要功能是“Blocks incoming things from the web.”。

擴展截圖

screenshot

下載X-blocker擴展crx文件

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

擴展使用說明

                        X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block.

For instance, block all `nicescroll.js` scripts.                    

擴展基本資訊

名稱 X-blocker X-blocker
ID klfccdpgijdpcojlaohmnccfpdomgadh
官方網址 https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh
簡介 Blocks incoming things from the web.
檔案大小 18.7 KB
安裝次數 817
目前版本 1.10
更新時間 2023-05-13
上架時間 2016-03-23
評分 5.00/5 共 1 次評分
開發者 Rudie Dirkx
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/rudiedirkx/xblocker-extension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X-blocker",
    "description": "Blocks incoming things from the web.",
    "version": "1.10",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "xblocker.sw.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_title": "X-blocker - Click to toggle & reload",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}